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