#mainNav {
	display: block;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	background-color:#ffffff;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 0px;
/*	width: 780px;*/
}

#mainNav a, #subNav a:active, #subNav a:focus {
	color: #00498f;
	text-decoration:none;
	font-size:12px;
}

#mainNav a:active {
	text-decoration:underline;
}

#mainNav a span {
	/*display:table-cell;*/
	padding-left:3px;
	padding-right:3px;
/*	margin-right: 5px;*/
	padding-bottom:5px;
	margin-bottom:5px;
	background-image:url(../images/topnavgrey.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	text-align: center;
}

#mainNav a:hover span {
	background-image:url(../images/topnavred.gif);
}
