/*********** Styles for top navigation ***********/


/*styles for main horizontal nav links etc*/

.us {
	font-size: small;
	color: #000000;
	font-weight: bold;
	margin: 0px 0px 20px;
	padding: 5px 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.us:link {
	text-decoration: none;
	color: #6E8012;
	font-weight: bold;
}
a.us:visited {
	color: #6E8012;
	text-decoration: none;
	font-weight: bold;
}

a.us:hover {
	background-color: #dddddd;
	color: #6E8012;
	text-decoration: none;
}
