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

.dropmenudiv{
position:absolute;
border: 1px solid #000000; /*THEME CHANGE HERE*/
font:normal 11px arial,verdana;
line-height:18px;
z-index:100;
background-color: #000000;
width: 200px;
visibility: hidden;
margin-top:6px;
margin-left: -9px;
text-align: left;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 10px;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
background-color: #000000;
border-top: 1px solid #626262;
color: #ffffff;
}

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

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