.mainNav
{
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url('/Graphics/White_to_LBlue_1px_by_25px.png');
	background-repeat: repeat-x;
	text-align: center;
	font-weight: bold;
	font-style: normal;
	color: #000000;
	cursor: hand;
}

.mainNavDefaultDown
{
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	/*	background-color: #87BE14;*/
	background-image: url('/Graphics/White_to_LGreen_1px_by_25px.png');
	background-repeat: repeat-x;
	text-align: center;
	font-weight: bold;
	font-style: normal;
	color: #3223E9;
	cursor: not-allowed;
}

.mainNavMouseOver
{
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	/*	background-color: #87BE14;*/
	background-image: url('/Graphics/White_to_LYellow_1px_by_25px.png');
	background-repeat: repeat-x;
	text-align: center;
	font-weight: bold;
	font-style: normal;
	color: #3223E9;
	cursor: not-allowed;
}