.mainGroup
{
}

.mainNav
{
	height: 24px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: White;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
	padding: 0px 4px 0px 3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.mainNavOn
{
	background-image: url(/images/mainNavBGOn.gif);
	background-repeat: repeat-x;
	height: 24px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: White;
	text-decoration: none;
	cursor: pointer;
	padding: 0px 4px 0px 3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.mainNavOver
{
	background-color: #EFEFEF;
	height: 24px;
	border-top: 1px solid #7598B0;
	border-left: 1px solid #7598B0;
	border-right: 2px solid #7598B0;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #00294F;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 0px 3px 0px 3px;
}