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

.DROPDOWN{
position:absolute;
/*top: 0px;*/
margin:20px 0 0 -22px;
border: 1px solid #000; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px arial, sans-serif;
line-height:1.2em;
z-index:100;
background-color: #5DA7E8;
width: 300px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

#dropmenu2 {width:200px !important}


.DROPDOWN a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #000; /*THEME CHANGE HERE*/
padding: 4px 2px;
text-decoration: none;
font-weight: bold;
color: #fff;
}

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

.DROPDOWN a:hover{ /*THEME CHANGE HERE*/
background-color: #5DA7E8;
}