.MENU{
margin:0;
padding:0;
height:40px;
}



.MENU a, .MENU a img{
text-decoration: none;
border:none;
margin:0;
padding:0;
}


/* ######### Style for Drop Down Menu ######### */



.DROPDOWN{
position:absolute;
top: -1;
visibility: hidden;
padding: 0;
margin: 0;

/*THEME CHANGE HERE*/
border: none; 
border-bottom-width: 0;
font-family:Verdana, Arial, Helvetica, sans-serif;
z-index:100;
background: none;
width: auto;
font-size:10px;
text-transform:uppercase;
/*THEME CHANGE HERE*/
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
}





.DROPDOWN a{
width: 200px;
display: block;
/*THEME CHANGE HERE*/
padding:6px;
margin:0;
text-decoration: none;
font-weight: bold;
color:#333;
background:#E4EBF2;
border:1px #FFFFFF solid;
}



* html .DROPDOWN a{ /*IE only hack*/

}



.DROPDOWN a:hover{ /*THEME CHANGE HERE*/
color:#333;
background-color:#C4D2E5;
}


* html .MENU{ /*IE only hack*/
margin-top:-1px;
}