/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #6A6A6A; /*THEME CHANGE HERE*/
border-bottom-width: 0;
	font-family:Arial, tahoma, verdana;
	font-size:12px;
	color:#004f70;
	background-color: #ffffff;
line-height:18px;
z-index:1000;
width: 200px;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #6A6A6A; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #004f70;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #7fccea;
color: #004f70;
}
