.MenuGroup
{
	cursor: pointer;
	cursor: hand;
	border: 0px solid #D2DBE0;
	border-top: none;
	border-bottom: none;
	background-image: url(../Img/ItemBg.gif);
	background-repeat: repeat-x;
	
	
	
}
.MenuItem
{
	font-family: Arial, Verdana;
	font: 11px;
	border: 0px solid white;
	border-top: 0px;
	color: #01236a;
	cursor: pointer;
	cursor: hand;
	font-size: 11px;
	padding-left: 3px;
	height: 26px;
	width: 50px;
	background-image: url(../Img/ItemBg.gif);
	background-color: #e2eef9;
}
.MenuItemOver
{
	background-color: #1251ae;
	font-family: Arial, Verdana;
	font: 11px;
	border: 0px solid white;
	border-top: 0px;
	color: #ffffff;
	cursor: pointer;
	cursor: hand;
	font-size: 11px;
	padding-left: 3px;
	height: 26px;
	width: 50px;
	border: 1px solid white;
	border-bottom: #1251ae 1px inset;
}
.MenuItemClicked
{
	border: 1px solid white;
	border-top: 0px;
	color: #1251ae;
	cursor: pointer;
	cursor: hand;
	padding-left: 3px;
	height: 26px;
	width: 50px;
	font-size: 11px;
	line-height: normal;
	font-style: normal;
	font-family: Arial, Verdana;
	font-variant: normal;
	background-color: #f0f8fc;
}
.MenuItemDisabled
{
	background-color: #f0f8fc;
}
.Separator
{
	margin: 0px;
	border-right: 2px solid #C5C5C5;
	height: 2px;
}

