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

.dropmenudiv{
position:absolute;
top: 0;
margin:4px;
text-align:left;
border: 1px solid #347ACF; /*THEME CHANGE HERE*/
font-family: Arial, Helvetica, sans-serif;
font-size: .8em;
letter-spacing:.15em;
line-height:1.75em;
z-index:100;
background-color: white;
visibility: hidden;
width:160px;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent:10px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0px 2px 0px;
text-decoration: none;
color:#347ACF;
}

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

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