.MenuGroup
{
	cursor: pointer;
	cursor: hand;
	border-right:2px solid #C2C2C2;
	border-bottom:2px solid #C2C2C2;
}
.MainGroup
{
	cursor: pointer;
	cursor: hand;
}
.MainItem
{
	background-position: 50% bottom;
	font-weight: bold;
	font-size: 0.9em;
	background-image: url(../Img/blue.jpg);
	vertical-align: top;
	width: 110px;
	cursor: hand;
	color: white;
	background-repeat: repeat-x;
	font-family: Arial, Verdana, Tahoma;
	height: 35px;
	text-align: center;
}
.MainItemOver
{
	background-position: 50% bottom;
	font-weight: normal;
	font-size: 0.9em;
	background-image: url(../Img/yellow.jpg);
	vertical-align: top;
	width: 110px;
	cursor: hand;
	color: white;
	background-repeat: repeat-x;
	font-family: Arial, Verdana, Tahoma;
	letter-spacing: 1px;
	height: 35px;
	text-align: center;
}
.MenuItem
{
	border-right: #bababa 1px solid;
	padding-right: 0px;
	background-position: center 50%;
	border-top: 1px solid #BABABA;
	padding-left: 7px;
	font-size: .9em;
	background-image: url(../Img/menuItemBg.jpg);
	padding-bottom: 6px;
	border-left: #d5d5d5 1px solid;
	width: 180px;
	cursor: hand;
	padding-top: 6px;
	border-bottom: #bdbdbd 1px solid;
	background-repeat: repeat-x;
	font-family: Arial, Verdana, Tahoma;
	height: 30px;
}
.MenuItemOver
{
	font-family: Arial, Verdana, Tahoma;
	font-size: .9em;
	width: 180px;
	cursor: pointer;
	cursor: hand;
	height: 30px;
	padding: 6px 0px 6px 7px;
	background-image: url(../Img/menuItemBgOver.jpg);
	background-repeat: repeat-x;
	background-position: center;
	border-bottom: 1px solid #BDBDBD;
	border-top: 1px solid #BABABA;
	border-left: 1px solid #BABABA;
	border-right: 1px solid #BABABA;
}
.MenuItemToolTip
{
	background-color: #fffacd;
	border-style:solid;
	border-width:1px;
	border-color: black; 
	font-family: Arial, Verdana, Tahoma;
	padding: 3px;
	font-size: .5em; 
	text-align: left;
}

.Separator 
{
	cursor: pointer;
	cursor: hand;
}
