#mpdropdown, #mpdropdown ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#mpdropdown li {
	float: left;
	position: relative;
}

.mpmenu{
	text-align: center;
	background:transparent url(../images/btn_candidats.png);
	height:18px;
}


.mpmenu a{
	display:block;
	width: 101px;
	height:18px;
}
.mpmenu a:hover{
	display:block;
	width: 101px;
	background:transparent url(../images/btn_candidats.png);
}

.mpsubmenu{
	display: none;
	width: 165px;
	position: absolute;
	padding:17 0 0 0px;
}

.mpsubmenu li{
	font-size: 10px;
	text-transform: uppercase;
	text-align: left;
	height: 27px;
	border-bottom:1px solid #102C3C;
	border-left:1px solid #102C3C;
	border-right:1px solid #102C3C;
	text-decoration: none;
	display: block;
	text-indent: 25px;
	width: 165px;
}

.mpsubmenu li a{
	width: 165px;
	color: #BCCEE7;
	height: 17px;
	text-decoration: none;
	display:block;
	background:transparent url(../images/bgsubmenu.gif);
	padding:8 0 0 0px;
}

.mpsubmenu li a:hover{
	width: 165px;
	text-decoration: none;
	display:block;
	color: #BCCEE7;
	height: 17px;
	background:transparent url(../images/bgsubmenu2.gif);
	padding:8 0 0 0px;
}
.mpsubmenu li a:visited{
	width: 165px;
	color: #BCCEE7;
	height: 17px;
	text-decoration: none;
	display:block;
	padding:8 0 0 0px;
}

#mpdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: 18px;
	left: auto;
}

#mpdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}
