/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 0px solid #999; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 10pt Arial,Verdana;
line-height:22px;
z-index:100;
background-color: #efefef;
width: 200px;
visibility: hidden;
padding-top:0px;
padding-bottom:0px;
margin-top:7px;
margin-left:0px;
}

.dropmenudiv a{
width: auto;
border-bottom: 0px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #003399; 
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #29aeff;
}
