#nav, #nav ul { /* toutes les listes */
	list-style: none;
	line-height: 1;
	z-index: 500;
	margin-top: 0px;
	padding-top: 0px;
}

#nav a {
	display: block;
	width: 180px;
	z-index: 500;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding-left: 5px;
}
#nav a.daddy {
	background-image: url(images/fleche.gif);
	background-repeat: no-repeat;
	background-position: right 4px;
}

#nav a.grandfather {
	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: 106px; /* largeur obligatoire, sinon opera devient fou */
	height: 24px;
	z-index: 500;
	padding: 0;
	margin: 0;
}

#nav li ul {
	position: absolute;
	background: #E8E0AE;
	width: 190px;
	left: -999em;
	z-index: 500;
	margin: 0;
	height: auto;
	font-weight: normal;
	padding: 0;
}

#nav li li {
	width: 190px;
	height: 14px;
}

#nav li ul a {
	width: 180px;
}

#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: #669900;
}

#nav li#grandfather:hover, #nav li#grandfather.sfhover {
	background-color: #EAD65E;
}