.MenuGroup
{
	cursor: pointer;
	cursor: hand;
}
.MainGroup
{
	cursor: pointer;
	cursor: hand;
}
.MainItem
{
    font-size: 12px;
	height:32px;
	cursor: pointer;
	cursor: hand;
	color: #003300;
	width: 124px;
	text-align: center; 
	background-repeat: repeat-x;
	background-position: bottom;
	vertical-align:top;
}
.MainItemOver
{
    font-size: 12px;
	height:32px;
	cursor: pointer;
	cursor: hand;
	color: #006600;
	width: 124px;
	text-align: center; 
	background-repeat: repeat-x;
	background-position: bottom;
	vertical-align:top;
}
.MainItemClicked
{
    font-size: 12px;
	height:32px;
	cursor: pointer;
	cursor: hand;
	color: #006600;
	width: 124px;
	text-align: center; 
	background-repeat: repeat-x;
	background-position: bottom;
	vertical-align:top;
}
.MenuItem
{
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	width: 200px;
	cursor: pointer;
	cursor: hand;
	height: 30px;
	padding: 6px 0px 6px 7px;
	background-image: url(../Img/menuItemBg.gif);
	background-repeat: repeat-x;
	background-position: center;
	border-bottom: 1px solid #BDBDBD;
	border-top: 1px solid white;
	border-left: 1px solid #D5D5D5;
	border-right: 1px solid #BABABA;
	text-align: left;
}
.MenuItemOver
{
	font-family: Tahoma, Arial, Verdana;	
	font-size: 12px;
	cursor: pointer;
	cursor: hand;
	height: 30px;
	padding: 6px 0px 6px 7px;
	background-image: url(../Img/menuItemBgOver.gif);
	background-repeat: repeat-x;
	background-position: center;
	border-bottom: 1px solid #BDBDBD;
	border-top: 1px solid white;
	border-left: 1px solid #FE9D56;
	border-right: 1px solid #BABABA;
	text-align: left;
}
.MenuItemClicked
{
	font-family: Arial, Verdana;	
	font-size: 12px;
	cursor: pointer;
	cursor: hand;
	height: 30px;
	padding: 6px 0px 6px 7px;
	background-image: url(../Img/menuItemBgOver.gif);
	background-repeat: repeat-x;
	background-position: center;
	border-bottom: 1px solid #BDBDBD;
	border-top: 1px solid white;
	border-left: 1px solid #FE9D56;
	border-right: 1px solid #BABABA;
	text-align: left;
}
.MenuItemToolTip
{
	background-color: #fffacd;
	border-style:solid;
	border-width:1px;
	border-color: black; 
	font-family: Arial;	
	padding: 3px;
	font-size:8pt;
	text-align: left;
}

.Separator 
{
	cursor: pointer;
	cursor: hand;
}
