/*-------------------------------------------
	css/suman
-------------------------------------------*/
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top:162px;
	border: none; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font: bold 12px/24px Arial, Helvetica, sans-serif;
	z-index:10000;
	width: 200px;
	visibility: hidden;
	left: 166px;
}


.dropmenudiv a{
width: auto;
display: block;
border-bottom: 1px solid #0872bc; /*THEME CHANGE HERE*/
padding:5px 0 5px 12px;
text-decoration: none;
font-weight: normal;
color:#05467e;
background-color:#e1e1e1;

}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-image:none; background-color: #fe9808; color:#fff;
}


.dropmenudiv a.actv{ /*THEME CHANGE HERE*/
background-image:none; background-color: #fe9808; color:#fff;
}