/* this is the main UL element*/
.menudropdown{
	display:none;
	padding:0;
	list-style:none;
	font-size : 11px;
	color : #878787;
	margin-top : 0px;
	margin-left : 15px;
	margin-right : 10px;
	margin-bottom: 5px;
	background-color:white;
	background-image:url("../images/menu_uvumi_droite.png");
	background-repeat:no-repeat;
	background-position: top right;
}

/* these are the inner menus*/
.menudropdown ul{
	margin:0;
	padding:0;
	list-style:none;
	background-color : white;
	width : 200px;
}

/* these are all the LIs in the menu*/
.menudropdown li{
	margin:0;
	padding:5px;
	cursor:pointer;
}

.menudropdown li:hover
{
    background-color: #FFFFFF;
}

.menudropdown li.acces_rapide, .menudropdown li.acces_rapide:hover {
	background-color:#F39F3E;
	background-image:url("../images/menu_uvumi_gauche.png");
	background-repeat:no-repeat;
	background-position: top left;
	border-right:2px solid #878787;
	color:white;
	cursor:auto;
	width:200px;
	text-align:center;
	font-weight:bold;
}

.menudropdown li.separateur, .menudropdown li.separateur:hover{
	margin:0;
	padding-left:0px;
	padding-right:0px;
	cursor : default;
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.menudropdown a{
	font-weight: normal;
	text-decoration:none;
	color: #878787;
	width:100%;
}

.menudropdown a:hover{
	text-decoration:none;
}

/* these are the LIs that only belong to submenu*/
.menudropdown ul li{
	border : 0px solid black;
}

.menudropdown ul li:hover, .menudropdown ul li a:hover {
    background-color: #dde1ea;
}
