.MenuGroup
{
	cursor: pointer;
	cursor: hand;
	background-color: #A0D6BC;
	color: #008102;
	width: 120px;
	font-size: 12px;
	font-family: Arial, Verdana;
}
.MainGroup
{
	cursor: pointer;
	cursor: hand;
}
.MainItem 
{
	height:22px;
	cursor: pointer;
	cursor: hand;
	font-size: 11px;
	font-family: Arial, Verdana;
	text-align: center; 
	margin: 1px 0px 3px 0px;
	color:#008102;
}
.MainItemOver
{
	height:26px;
	cursor: pointer;
	cursor: hand;
	font-weight: bold;
	border-top: 2px outset #AAD199;
	width: 120px;
	text-align: center;
	color:White;
}
.MenuItem
{
	width: 90px;
	cursor: pointer;
	cursor: hand;
	padding: 6px 0px 6px 7px;
	border: 1px solid #008102;
	border-bottom: 0px;
	text-align:center;
}
.MenuItemOver
{
	width: 90px;
	cursor: pointer;
	cursor: hand;
	padding: 6px 0px 6px 7px;
	color:White;
	border: 1px solid #008102;
	border-bottom: 0px;
	text-align: center; 

}

.MenuItemClicked
{
	width: 90px;
	cursor: pointer;
	cursor: hand;
	padding: 6px 0px 6px 7px;
	color:Black;
	border: 1px solid #008102;
	border-bottom: 0px;
	text-align: center; 
}

/*
.MenuItemDisabled
{
	font-family: Arial, Verdana;
	font-size:11px;
	cursor: default;
	color: gray;
	background-color: #f4f9f2;
	padding: 6px 0px 6px 7px;
	background-image: url(../Img/arrow.gif);
	background-repeat: no-repeat;
	background-position : 7px center;
	border: 1px solid #C2E3BF;
	border-top: 1px solid white;
}
*/