.MENU{
width: 100%;
padding: 0px;
margin: 0px;
}

.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{
	position:absolute;
	top: 0;
	border: 0px solid;
	font:normal 11px Tahoma;
	line-height:1.2em;
	z-index:100;
	background-color: #81AC0F;
	width: 175px;
	visibility: hidden;
	text-align: left;
	opacity:.90;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
}


.DROPDOWN a{
	width: auto;
	display: block;
	text-indent: 10px;
	border-bottom: 0px solid #BBB;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
	text-align: left;
	letter-spacing: 0.2px;
	border-bottom-width: 0px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 4px;
	padding-right: 0px;
}

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

.DROPDOWN a:hover{ /*THEME CHANGE HERE*/
	background-color: #cedcb6;
	color: #333333;
}
.DROPDOWN div{
	background-color: #5C840A;
	font:bold 12px Verdana;
	color:#ffffff;
	text-align:center;
	padding:3px;

}
