/* the menu */
	
ul#menunav {
	width: 850px;
	height: 20px;
	margin: 0;
	padding: 0;
	border: 0;	
	list-style-type: none;
 	position: absolute;
 	top: 0px;
 	left: 110px;
  	z-index:100;
}

#menunav li {
	float: left;
	width: 150px;
	margin: 0;
	padding: 0;
	border: 0;	
	text-align: center;
	line-height: 15px;
	font-size:12px;
	font-weight: bold;
	letter-spacing: 0.5px;
	display: block;
	text-decoration: none;
	filter:alpha(opacity=80);
   -moz-opacity:0.8;
   opacity: 0.8;
}

ul,li,a#menu {
	display:block;
	margin:0;
	padding:0;
	border:0;
}
	
/*li.rubrique>ul { left:120px; }  others */

a#menu {
	padding:2px;
	text-decoration:none;
	color: #ffffff;
	width:100%; /* IE */
}
	
 /*li>a#menu { width:auto; } others */

li a#menu.second-rub {
	font-size:1em;
	background-color: gray;
}

/* regular hovers */

a#menu:hover { border: 1px solid gray;}
		
/* hovers with specificity */

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

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

li a#menu.second-rub:hover {color:#000000;}
