@charset "UTF-8";

/* Horizontal Nav Bar */
ul#mainNav {
	margin: 0;
	padding: 0;
	list-style: none;
	float: none;
}

#mainNav li {
	float: left;
	width: 8em;
	background-repeat: no-repeat;
	text-align: center;
}

#mainNav a {
	color: #BCAF2C;
	text-decoration: none;
	text-transform: none;
	display: block;
	padding: 5px;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

#mainNav a:hover {
	font-weight: normal;
	color: #66CCFF;
}
