
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;
	top: 0;
	display:none;
	border: 1px solid #000; /*THEME CHANGE HERE*/
	border-top: 0;
	font-size: 15px;
	line-height:18px;
	z-index:100;
	background-color: #1a4f79;
	width: 220px;
	visibility: hidden;

	opacity:.95;
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
	
	padding-top: 10px;
	background-image: url(../images/sous_menu-fond.gif);
	background-repeat: no-repeat;
}

* html .dropmenudiv {
	width : 180px;
}


.dropmenudiv a {
	width: auto;
	display: block;
	/*text-indent: 5px;*/
	border: 0 solid #000; /*THEME CHANGE HERE*/
	/*border-bottom-width: 1px;*/
	padding: 7px 20px;
	text-decoration: none;
	color: #fff;
}

* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	/*background-color: #000;*/
	text-decoration : underline;
}
