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

.dropmenudiv{
position:absolute;
top: 0;
border: 5px solid #1A3546; /*THEME CHANGE HERE*/
/*border-bottom-width: 8;*/
border-left-width: 8px;
line-height:15px;
z-index:4;
background-color: #92b8cb;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#233741,direction=135,strength=6); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
display: block;
text-indent: 6px;
padding: 3px 0;
border-bottom: 2px solid #0a232f;
border-right: 3px solid #0a232f;
text-decoration: none;
color: #000000;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #325A73;
color:#ffffff;
font-weight: bolder;
}