.MenuGroup
{
	cursor: pointer;
	cursor: hand;
	border-style: none;
	border: none;
	text-align: right;
}
.MainGroup
{
	cursor: pointer;
	cursor: hand;
	text-align: left;
}

.MenuItems
{
	font-family: Tahoma,Arial, Verdana;
	list-style-type: none;
	font-size: 11px;
	width: 210px;
	padding: 0;
	margin: 0;
	float: left;
	cursor: hand;
	height: 26px;
	padding: 1px 1px 1px 1px;
	background: url('../_Images/menu/m1.gif') no-repeat right 50%	;
	color: #000;
	background-position: center;
	text-align:left;
	border-style: none;
	border: none;
	
}

.MenuLeaveItem
{
	font-family: Tahoma,Arial, Verdana;

	font-size:11px;
	cursor: hand;
	height: 26px;
	background: url('../_Images/menu/m1.gif') no-repeat right 50%	;
	border-style: none;
	border: none;	
	background-position: center;
	text-align:left;

}
.MenuItemOver
{
	width:210px;
	font-family: Tahoma,Arial, Verdana;
	font-size:11px;
	cursor: pointer;
	height: 26px;
	background: url('../_Images/menu/m3.gif') no-repeat center	;
	color: #000;
	background-position: right;
	text-align:left;
	border-style: none;
	border: none;

}
.MenuItemToolTip
{

background-color:#DBE7E9 ;
	border-style: none;
	border: none;
	font-family: Tahoma,Arial;	
	font-size:8pt;
	text-align: left;
}

.Separator 
{
	cursor: pointer;
	cursor: hand;
}