/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
	position:absolute;
	top: -5;
	border-top: 0 solid #666666;
	border-bottom: 0 solid #000000;
	border-left: 0 solid #000000;
	border-right: 0 solid #000000;	
	font:normal 11px Arial, Verdana, sans-serif, Helvetica;
	line-height:14px;
	visibility: hidden;
	background-color: #009E7E;
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border-top: 1px solid #666666;
border-bottom: 1px solid #666666; /*THEME CHANGE HERE*/
padding: 0px 4px;
text-decoration: none;
color: white;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: auto;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #AADDFF;
color: #333333;
}