
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
position:absolute;
top: 0px;
margin-top: 5px;
border: 1px solid white; /*THEME CHANGE HERE*/
border-top-width: 0px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 0px;
font:normal 11pt Arial;
line-height:14pt;
z-index:300;
background-color: #AAB372;
width: 250px;
visibility: hidden;
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border-top: 1 solid white;
border-bottom: 1px solid white; /*THEME CHANGE HERE*/
padding: 5px;
text-decoration: none;
color: white;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #771516;
color: white;
}

.dropmenudiv_a a:visited{ /*THEME CHANGE HERE*/
color: white;
}
