.MenuGroup
{
	cursor: pointer;
	cursor: hand;
}
.PubTopMainItem 
{
	height:30px;
	cursor: pointer;
	cursor: hand;
	font-size: 16px;
	font-weight:bold ;
	font-family: Arial, Verdana;
	color: white;
	width: 161px;
	text-align:center;
	background-image:url(/Menus/PublicMainMenu/images/BlueBackGround.gif);
}


.PubTopMainItemOver
{
	height:30px;
	cursor: pointer;
	cursor: hand;
	font-size: 16px;
	font-weight:bold ;
	font-family: Arial, Verdana;
	color: ffff00;
	width: 161px;
	text-align:center;
	background-image:url(/Menus/PublicMainMenu/images/GreyBackGround.gif);
}

<!-- -------------------------------------------- -->

.PubTopMenuItem
{
	
	width:140px;
	background-color:#C0C0C0;
	font-family: Arial, Verdana;
	font-size:15px;
	color:black;
	cursor: pointer;
	cursor: hand;
	padding: 6px 0px 0px 0px;
	border-left: 1px solid #C5C5C5;
	border-right: 2px solid #C5C5C5;
	border-bottom: 1px solid #000000;	
}
.PubTopMenuItemOver
{

	width:140px;
	background-color:#C0C0C0;
	font-family: Arial, Verdana;
	font-size:15px;
	font-weight: bold;
	color:#FFFF00;
	cursor: pointer;
	cursor: hand;
	padding: 6px 0px 0px 0px;
	border-left: 4px solid red;
	border-right: 2px solid #C5C5C5;
	border-bottom: 1px solid #000000;
}


<!-- -------------------------------------------- -->

.PubTopSeparator
{
	background-image:url(mainSeparator.gif);
	cursor: pointer;
	cursor: hand;
	padding-top:3px;
	margin: 0px 0px 0px 0px;
}
._Separator
{
	margin: 0px;
	border-right: 2px solid #C5C5C5;
	height: 2px;
}


<!-- -------------------------------------------- -->
.PubLeftMainItem 
{
	cursor: pointer;
	cursor: hand;
	width: 160px;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Verdana;
	color: white;
	text-align:center;

}

.PubLeftMainItemShort
{
	height: 32px;
	background-image:url(/Menus/PublicMainMenu/images/BlueBackGround.gif);
}

.PubLeftMainItemTall
{
	height: 52px;
	background-image:url(/Menus/PublicMainMenu/images/TallBlueBackGround.gif);
}

.PubLeftMainItemOver
{
	cursor: pointer;
	cursor: hand;
	width: 160px;
	color: Yellow;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Verdana;
	defaultcolor: FFFF00;
	text-align:center;
}

.PubLeftMainItemOverShort
{
	height: 32px;
	background-image:url(/Menus/PublicMainMenu/images/GreyBackGround.gif);
	background-repeat:no-repeat ; 	
}

.PubLeftMainItemOverTall
{
	height: 52px;
	background-image:url(/Menus/PublicMainMenu/images/TallGreyBackGround.gif);
	background-repeat:no-repeat ; 
}
