/* ######### Style for Drop Down Menu ######### font-weight: bold; */

.dropmenudiv{
position:absolute;
top: 0;
margin:0px 0px 0px 22px;
line-height:18px;
z-index:100;
color:#2f585e;
background: #acd9df;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
display: block;
padding: 5px;
text-decoration: none;
font-size: 0.75em;
color:#2f585e;
background: #acd9df;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #2f585e;
color:#acd9df;
}