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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid gray; /*THEME CHANGE HERE*/
border-width: 1px;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
background-color: #ffffff;
width: 200px;
visibility: hidden;
margin-top:1px;
margin-left: -13px;
text-align: left;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 10px;
border-top: 1px solid gray; /*THEME CHANGE HERE*/
padding: 1px 0;
text-decoration: none;
font-weight: bold;
background-color: #ffffff;
}

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

a.subnav { color: #000000; }

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