.MainMenu
{
    cursor: hand;
    cursor: pointer; /* non w3c standard */	
	color: #336633;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: 600;
}

.Submenu
{
    cursor: hand;
    cursor: pointer; /* non w3c standard */	
	color: #ffffff;;
	background-color: #336633;
	font-size: 11px;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-weight: 600;
}

.ActiveMenuItem
{
	color: FFCC00;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: 600;	
}
