/* ######### Style for Drop Down Menu ######### */

.drop_menu{
position:absolute;
top: 0px;
border: 1px solid #9966cc; /*THEME CHANGE HERE*/
line-height:17px;
z-index:100;
background-color: white;
width: 170px;
visibility: hidden;
color: #0000C0;
font:Tahoma 10px;
font-weight:bold;
padding-left:1px;
padding-top:1px;
text-align:left;
}


.drop_menu a{
width: auto;
display: block;
text-indent: 5px;
border-bottom: 1px solid black; /*THEME CHANGE HERE*/
border-right: 1px solid black;
padding-right: 2px;
text-decoration: none;
color: #0000C0;
font-family:Tahoma;
font-size:10px;
}

* html .drop_menu a{ /*IE only hack*/
width: 100%;
}

.drop_menu a:hover{ /*THEME CHANGE HERE*/
font-family:Tahoma;
background-color: #9AFF9A;
color: #0000C0;
font-size:10px;
}
