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

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
padding:8px 0 0 0;
font:normal 11px verdana;
line-height:18px;
width: 180px;
visibility: hidden;
z-index:1000;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-left: 1px solid #39778c; /*THEME CHANGE HERE*/
border-right: 1px solid #39778c; /*THEME CHANGE HERE*/
border-bottom: 1px solid #39778c; /*THEME CHANGE HERE*/
background-color:#86b4c2;
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: black;
z-index:1000;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}