.MainGroup
{
	cursor: pointer;
	background-image: url(Images/cornerbg.gif);
}
.MainItem
{
	cursor: pointer;
	height: 22px;
	font-size: 11px;
	font-family: Arial, Verdana;
	color: #000000;
	width: 120px;
	text-align: center;
	margin: 0px 0px 0px 0px;
}
.MainItemOver
{
	cursor: pointer;
	height: 26px;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Verdana;
	color: #000000;
	border-bottom: 0px solid #E88A15;
	border-top: 0px outset #AAD199;
	width: 120px;
	text-align: center;
	background-color: #93C57D;
}
.MainItemClicked
{
	cursor: pointer;
	height: 26px;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Verdana;
	color: #000000;
	border-bottom: 0px solid #E88A15;
	border-top: 0px outset #AAD199;
	width: 120px;
	text-align: center;
	background-color: #93C57D;
} 
.MenuGroup
{
	cursor: pointer;
	background-color: #E6EEE4;
	width: 120px;
}
.MenuItem
{
	cursor: pointer;
	font-family: Arial, Verdana;
	font-size: 11px;
	padding: 2px 5px 2px 3px;
	background-repeat: no-repeat;
	background-position: 7px center;
	border: 0px solid #C2E3BF;
	border-top: 0px solid white;
}
.MenuItemOver
{
	cursor: pointer;
	font-family: Arial, Verdana;
	font-size: 11px;
	padding: 2px 5px 2px 3px;
	border: 0px solid #C2E3BF;
	border-top: 0px solid white;
	border-bottom: 0px solid #E88A15;
	background-color: #BEDAB4;
}
.MenuItemToolTip
{
	cursor: pointer;
	background-color: #fffacd;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	font-family: Arial;
	padding: 3px;
	font-size: 8pt;
	text-align: left;
}

.MenuItemClicked
{
	cursor: pointer;
	font-family: Arial, Verdana;
	font-size: 11px;
	padding: 2px 5px 2px 3px;
	background-color: #D8EFD0;
}
