div#menutop {
/*	position:absolute;
	border:1px solid red;
	top:0px; right:15px;*/
	width:580px;

	background:url(../images/sepmenu.png) no-repeat right;
}
div#menutop ul {
	margin:0; padding:0;
	float:right;
} 

div#menutop ul li {
	
	margin:0; padding:0;
	list-style-type:none;
	float:left;
	font-weight:bold;
	
}
div#menutop ul li a {
	background:url(../images/sepmenu.png) no-repeat left;
	padding:10px 4px 10px 4px;
	color:white;
	display:block;
	float:left;
	font-weight:bolder;
	text-decoration:none;
	position:relative;
}
ul.anylinkcss {
	background:url(../images/menugauche_ul_back.gif) no-repeat left;
	text-align:left;



}
.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
/*border: 1px solid black;
*/border-bottom-width: 0;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
	background:url(../images/menugauche_ul_back.gif) no-repeat left;
padding:5px 5px 5px 5px;
width: 200px; /* default width for menu */
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcss ul li a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
	background:url(../images/menugauche_ul_back.gif) no-repeat left;
	color: white;
}

div#menutop ul li ul {
	position:absolute;
	left:0;
	top:0;
	z-index:100;
	margin-top:0 !important;
	margin-top:0;
/*	background:#8C220B url(../images/menugauche_ul_back.gif) no-repeat left;
*/	width:200px;
	visibility: hidden;
	z-index: 100;


}
div#menu ul li ul li {

}
div#menutop ul li ul li a{
	background: url(../images/menugauche_ul_back.gif) no-repeat left;
	color:#FFF;
	font-size:1.1em;
	padding:4px 8px;
	display:block;
	width:184px;
	border-bottom:1px dotted white;
}
div#menutop ul li ul li a:hover {
background: url(../images/backmenugauche.png) no-repeat left;	color:#FFF;
	width:184px;
	border-bottom:1px dotted white;
}*/


