#MenuStyle
{	margin: 0;
	padding: 4px
}
	
#MenuStyle li
{
	float: left;
	list-style: none;
	font: 12px verdana;
}

#MenuStyle li a
{
	font: 12px verdana;
	display: block;
	padding: 3px 25px 4px 25px;
	text-decoration: none;
	color: #ffffff;
	white-space: nowrap
}

#MenuStyle li ul
{
	margin: 0;
	padding: 0;
	margin-top:1px;

	position: absolute;
	visibility: hidden;
	z-index:1;
}

#MenuStyle li ul li
{
	float: none;
	display: inline;
}


#MenuStyle li ul li a
{
	width: auto;
	background: #0b3d0e;
	font: 11px verdana;
    color: #ffffff;
	padding-right: 144px;
	padding-left: 24px;
	padding-top: 0px;
	border:0;
    filter:alpha(opacity=90);   /* Internet Explorer       */
    -moz-opacity:0.9;           /* Mozilla 1.6 and below   */
    opacity: 0.9;               /* newer Mozilla and CSS-3 */

}
	
#MenuStyle li ul li a:hover
{
	background: #486e45;
    color: #000000;
     filter:alpha(opacity=95);   /* Internet Explorer       */
    -moz-opacity:0.59;           /* Mozilla 1.6 and below   */
    opacity: 0.95;               /* newer Mozilla and CSS-3 */
}

