#menu-gauche a {
	color:#666;
	text-decoration:none;
}
#menu-gauche a:hover {
	color:#C81101;
	text-decoration:none;
}

#menunav2 a {
	display:block;
	margin:0;
	padding:0;
	border:0;
}

#menunav2 ul {
	width:173px !important;
	width:163px;
	border-top:3px solid #CCCCCC;
	border-left:1px dashed #CCCCCC;
	border-right:1px dashed #CCCCCC;
	border-bottom:1px dashed #CCCCCC;
	background-color:#fff;
	list-style:none;
	padding:0 5px 0 5px;
}

#menunav2 li {
	position:relative;
	z-index:9;
}
	
#menunav2 li.rubrique ul {
	position:absolute;
	top:13px;
}		
	
#menunav2 li.rubrique>ul { left:35px; } /* others */

#menunav2 a {
	padding:1px;
	border:0;
	text-decoration:none;
	color:#666;
	font-weight:bold;
	width:100%; /* IE */
	background-color: transparent;
}
#menunav2 a:hover {
	background:url("../img/gris.png") repeat;
}

#menunav2 li>a { width:auto; } /* others */

li a.first-rub {
	background-color: white;
}

li a.deux-rub {
	background:url("../img/blanc.png") repeat;
}
#menu-gauche ul ul li a {
	color:#0066b3;
}

li a.third-rub {
	background:url("../img/blanc.png") repeat;
}

#menunav2 li a.second-rub {
	font-size:1em;
}

#menunav2 li a.third-rub {
	font-size:1em;
}
/* hovers with specificity */
	
#menunav2 li.rubrique:hover { z-index:10; }		
		
#menunav2 ul ul, #menunav2 li:hover ul ul {
	display:none;
}

#menunav2 li:hover ul, #menunav2 li:hover li:hover ul {
	display:block;
}