#nav * {
	color: #FFFF99;
	font: 10pt arial;
	margin: 0;
	padding: 0;
	border:0;
	font-weight:bold;
	
}
#nav {
	float: left;
	width:100%;
	background-color:transparent;
	background:  url("../../images/mad/iu/menudhtml/zonescolaire/acteducatives/ligne_pointille_ocre.gif") 0 100% repeat-x;
	padding:3px;


}

#nav ul span {
	font-size: 100%;
	font-weight: bolder;
	background-color: #transparent;
	color:#976A00;
	cursor:pointer;
	background: url("../../images/mad/iu/menudhtml/zonescolaire/acteducatives/feche_horiz.gif") no-repeat 0 0 ;
	padding-left: 18px;
}



#nav .noline {
	border-top:none;
	background:transparent ;
}

#nav  li.first {
	font-size: 100%;
	position: relative;
	float: left;
	width: 11.5em;
	cursor: crosshair;
	background:transparent;
	border-top:none;
	color:#976A00;
}




#nav ul li {
	position: relative;
	float: left;
	width: 16em;
}
#nav li li {
	clear: both;
	background-color:transparent;
}

#nav li {
	list-style: none;
	margin-bottom:3px;
	background-color:transparent;
}

	

#nav ul ul {
	position: absolute;
	display: none;
	width: 16em;
	border-left:1px solid #CC9900;
	border-right:1px solid #CC9900;
	border-bottom:1px solid #CC9900;
}
#nav ul ul ul {
	position: static;
	border-left:none;
	border-right:none;
	border-bottom:none;
}
#nav ul * {
	width: 100%;
	display: block;
	text-decoration: none;
}

#nav ul{
	background: #E9BB01;
	border-top:1px solid #CC9900;
}
#nav ul strong {
	color: #976A00;
	font-weight: bold;
	
	
}

#nav ul li.top-line {
	border-top:1px solid #CC9900;
}


#nav li.acteduc-menu-1 strong {
	padding-left:5px;

}

#nav li.acteduc-menu-1 a {
	padding-left:5px;

}

#nav ul.first-noline{
	border-top:1px solid #fff;
}

#nav li.acteduc-menu-2 a {
	padding-left:10px;

}

#nav ul a:hover {
	color: #CC9900;
}

#nav ul li:hover ul {
	display: block;
}