

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

.dropmenudiv{
position:absolute;
top: 0;

border: 1px solid #464646; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px tahoma;
line-height:16px;
z-index:100;
background-color: #464646;
width: 170px;
visibility: hidden;
text-align:left;
}


.dropmenudiv a{
width: auto;
padding-left:4px;
padding-right:4px;
display: block;
text-indent: 3px;
border-bottom: 1px solid #626262; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color:#999999;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #3b3b3b;
color:#00c0ff;
}