#nav, #nav ul { /* toutes les listes */
	list-style: none;
	line-height: 1;
	z-index: 500;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#nav a {
	display: block;
	width: auto;
	z-index: 500;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 26px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding-left: 5px;
}
#nav a.daddy {
	/*background-image:  url(file:///C|/disquedurexterne/I%20CAN%20DO%20IT/Jarimex%20bilingue/website/no_access/images/fleche.gif);
	background-repeat: no-repeat;
	background-position: right 4px;*/
}

#nav a.grandfather {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #000000;
	position: relative;
	text-decoration: none;
	padding-left: 0px;
	width: auto;
	padding-top: 0px;
	margin: 0;
	
	/*text-align: center;
	padding-left: 0px;
	width: 106px;
	vertical-align: middle;
	line-height: 24px;
	padding-top: 0px;
	margin: 0;*/
}

#nav li { /* tous les items de liste */
	float: left;
	width: auto; /* largeur obligatoire, sinon opera devient fou */
	height: 24px;
	z-index: 500;
	padding: 0;
	margin: 0;
}

#nav li ul {
	position: absolute;
	background: #D6E9F7;
	width: 200px;
	left: -999em;
	z-index: 500;
	margin: 0;
	height: auto;
	font-weight: normal;
	padding: 0;
}

#nav li li {
	width: 200px;
	height: 26px;
}

#nav li ul a {
	width: 190px;
}

#nav li ul ul { /* listes de troisième niveau et plus */
	/*margin: -120px 0 0 170px;*/
	z-index: 500;
	padding: 0;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
	z-index: 500;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* listes imbriquées sous les items de listes survolés */
	left: auto;
	z-index: 500;
}

#nav li:hover, #nav li.sfhover {
	background: #00CC33;
}

#nav li#grandfather:hover, #nav li#grandfather.sfhover {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #00CC33;
	position: relative;
	text-decoration: none;
}