
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #f0f0f0; /*THEME CHANGE HERE*/
border-bottom-width: 0;
line-height:18px;
z-index:200;
background-color: white;
/*width: 260px;*/
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#2E6088,direction=180,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 7px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 4px 2px 0px;
text-decoration: none;
color: #2E6088;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #DCEDF9;
color: #2E6088;
}