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

.dropmenudiv_a{
position:absolute;
top:0;
border:1px solid #27599F; /*THEME CHANGE HERE*/
font:normal 11px tahoma;
border-top:0px;
border-bottom:0px;
line-height:18px;
z-index:100;
background-color:#55A8FF;
width:142px;
visibility:hidden;
margin-top:-3px;
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent:0px;
border-bottom:1px solid #27599F; /*THEME CHANGE HERE*/
padding:3px 4px;
text-decoration:none;
color:#ffffff;
}

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