#listemenu {
	width:140px;
	left:0px;
	top:0px;
	margin:0px;
	padding-left:0px;
	font-size:12px;
	font-weight:bold;
	list-style-type: none;
	background-color:transparent;
	z-index:0;
}

#listemenu li {
	position:relative;
	float:left;
	width:100% !important;
	height:18px;
}

#listemenu a {
	display:block;
	width:140px;
	height:18px;
	padding:0 0 0 5px;
	background:scroll transparent none 0 0 no-repeat;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}

#listemenu a:hover {
	background-position: 0 -18px;
}

#listemenu ul {
	visibility:hidden;
	position:absolute;
	width:140px;
	left:145px;
	top:0;
	margin:0;
	padding:0;
	list-style-type: none;
	border-right:3px solid #999 !important;
	border-bottom:3px solid #999 !important;
	border:0;
	filter: Alpha(opacity=85) Shadow(direction=135, color=#666666, strength=6);
	-moz-border-radius:2px;
	-moz-opacity:0.85;
	-khtml-opacity:0.85;
}

#listemenu .menu_separateur {
	height:4px;
	overflow:hidden;
	background-color:#FFC61A;
	border:1px solid #FED96C;
	border-right:1px solid #A27E11;
	border-bottom:1px solid #4D3002;
}


.puceblanche {
	margin:0 0 0 5px;
	line-height:0;
	border:0;
}

#chapeauhaut, #chapeaubas {
	clear:both;
	left:0;
	top:0;
	width:140px;
	height:6px;
	font-size:1px;
	background:scroll transparent none 0 0 no-repeat;
}