.MENU{

width: 760px;

padding: 0px;

margin: 0px;
background:url(images/menubg.gif) repeat-x;

}



.MENU a, .MENU a img{

text-decoration: none;

text-decoration: none;

border:none;

}



/*visibility:hidden;*/

.MENU td:hover a img{

	filter:alpha(opacity=0);

	-moz-opacity:0;

	-khtml-opacity: 0;

	opacity: 0;

}







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



.DROPDOWN{

z-index:100;

position:absolute;

top: 0;

border: 1px solid #BBB; /*THEME CHANGE HERE*/

border-bottom-width: 0;

font:normal 11px Verdana;

line-height:1.2em;

width: 290px;

visibility: hidden;

/*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;

/*border-bottom: 1px solid #999999; THEME CHANGE HERE*/

background-color:#786A50;

padding:0px 3px;

padding-top:8px;

text-decoration: none;

font-weight: bold;

color: #E8DACA;

height:20px;

}



* html .DROPDOWN a{ /*IE only hack*/

width: 100%;

}



.DROPDOWN a:hover{ /*THEME CHANGE HERE*/

/*background-image:url(cssmenuimages/home_nav_txtlink_over.jpg);*/
color:#C5D630;

}
