/* the menu */

#onglets {
	background: url(/image/ong_pixel_menu.gif) repeat-x bottom left;
	padding-bottom:4px;
	margin-top:40px;
}

#menunav {
	height: 20px;
	margin: 0;
	padding: 0;
	border: 0;	
	list-style-type: none;
	position: absolute;
	z-index:2;
}

#menunav li {
	float: left;
	width: 150px;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	line-height: 15px;
	font-size:0.9em;
	font-weight: bold;
	letter-spacing: 2px;
	display: block;
	text-decoration: none;
	background-color: #FFFFFF;
}

li a.first-rub,a.second-rub {
	display:block;
	margin:0;
	padding:0;
	border:0;
}

li.rubrique>ul { left:140px; } /* others */

#menunav a,span {
	padding:2px;
	/* margin:2px; */
	text-decoration:none;
	color: #996600;
	font-weight:bold;
	border: 1px solid #FFFFFF;
	width:100%; /* IE */
}
	
li>a { width:auto; } /* others */

li a.first-rub,li span.first-rub {
	background-color: #CFE6F6;
}

li a.second-rub {
	font-size:1em;
	/* background: transparent url("imgs/fond_hover.png") no-repeat; */
	background-color: #CFE6F6;
}

/* regular hovers */

/*
a:hover {
	border: 1px solid gray;
}
*/
	
li.rubrique a:hover {
	background-color: #CCCCCC;
	/*border: 1px solid gray;*/
}
	
/* hovers with specificity */

li a.first-rub:hover {
	color: #000000;
	background: #CCCCCC;	
}
	
li.rubrique:hover { z-index:120; }
		
ul ul, li:hover ul ul {
	display:none;
}

li:hover ul, li:hover li:hover ul {
	display:block;
}