/* CSS Document */

body {
	behavior:url("styles/csshover.htc");
}
	

/* the menu */
#menunav {
	position: absolute;
	left: 40px;
	top: 142px;
	width: 170px;
	z-index: 1;
	height: 1.5em;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family:Arial, Helvetica, sans-serif;
}

#menunav li {
	float: left;
	width: 160px;
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3A3A3A;
	height: 1.5em;
   }


#menunav ul li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3A3A3A;
}

ul,li,a {
	margin:0;
}

ul {
	width:auto;
	list-style:circle;
}

li {
	// position:relative;
	// padding:1px;
	// z-index:9;
}
	
li.rubrique	{ 
	display: block;
	text-decoration:none;
	background-color:#5AA2C6;
	line-height: normal;
	font-size:0.9em;
	font-weight: bold;
	color:#FFCF00;
	padding-left:0.5em;
}		
	
li.rubrique ul {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3A3A3A;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #3A3A3A;
	position:absolute;
	left:auto; /* IE */
	top:0px;
}		
	
li.rubrique>ul { left:160px; } /* others */

a {
	padding:0.2em;
	text-decoration:none;
	color:#FFCF00;
	width:100%; /* IE */
}

li>a { width:auto; } /* others */

.second-rub {
	font-weight:normal;
	text-decoration: none;
	// text-align:left;
	list-style:none;        
	font-size:1em;
        margin:0;
        padding:0;
        border:0;
}

/* regular hovers */
	
/* hovers with specificity */
	
li.rubrique:hover { z-index:10; }		
		
ul ul, li:hover ul ul {
	display:none;
}

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