/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #003366; /*THEME CHANGE HERE*/
border-top: 6px solid #003366; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-family:Tahoma, Verdana, sans-serif;
font-size: 11px;
font-weight: bold;
line-height:12px;
z-index:100;
background-color: white;
width: 150px;
visibility: hidden;
filter: alpha(opacity=96); 
opacity: .96;
margin-top:10px;
margin-left:5px;
}

* html .dropmenudiv { /* IE hack - FF wont see this  */
	margin-top:-5px;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 6px 10px;
text-decoration: none;
color: #003366;
text-align:left;
overflow:visible;
}

.dropmenudiv a.lastChild { border-bottom: 2px solid #003366; }


* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:black !IMPORTANT;
background-color: beige !IMPORTANT;

}
