

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
	position:absolute;
	top: 0px;
	border: 0px solid #fff; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px Arial;
	line-height:18px;
	z-index:100;
	background-color: #E9EEEC;
	width: 130px;
	visibility: hidden;
	margin-left: 0px;
	margin-top: 0px;
	text-align: center;
}




.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #fff;
border-bottom: 1px solid #fff; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #E9EEEC;
color: #000;
font-weight:bold;
}
