.MENU{
width: 100%;
padding: 0px;
margin: 0px;
}

.MENU a, .MENU a img{
text-decoration: none;
border:none;
display:block;
}


/* ######### Style for Drop Down Menu ######### */

.DROPDOWN{
position:absolute;
top: 0;
visibility: hidden;

/*THEME CHANGE HERE*/
border: none; 
border-bottom-width: 0;
font:normal 11px tahoma;
line-height:1.2em;
z-index:100;
background: none;
width: auto;
/*THEME CHANGE HERE*/
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
}


.DROPDOWN a{
width: auto;
display: block;
text-indent: 3px;
/*THEME CHANGE HERE*/
border-bottom: 1px solid #BBB;
padding: 2px 2px;
text-decoration: none;
font-weight: bold;
background-color: #ffffff;
color: black;
margin:1px;
/*THEME CHANGE HERE*/
}

* html .DROPDOWN a{ /*IE only hack*/
width: 100%;
}

.DROPDOWN a:hover{ /*THEME CHANGE HERE*/
background-color: #e2f5ff;
}