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

.dropmenudiv{
position:absolute;
top: 0;
margin-top:10px;
border: 1px solid #dbeaea; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Arial;
line-height:18px;
z-index:100;
background-color: white;
visibility: hidden;
background-color:#f2f2f2;
width:170px;
}


.dropmenudiv a:link, .dropmenudiv a:visited {
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 17px;
text-decoration: none;
font-weight: normal;
color: #444444;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #60966e;
color:#FFFFFF;
}