#topnav {
	font-weight: bold;
	position: relative;
	background-color: #004EA0;
	border-top-style: none;
	border-bottom-style: none;
	width: 758px;
	border-right-style: solid;
	border-left-style: none;
	display: block;
	height: 36px;
	background-image: url(../images/blue_nav_tile.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#topnav ul {
	width: 700px;
	margin: 0px;
	padding: 0px;
}

#topnav li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#topnav a {
	text-decoration: none;
	height: 28px;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	padding-top: 8px;
	padding-bottom: 0px;
	padding-right: 30px;
	padding-left: 30px;
}


#topnav  a:link, #topnav a:visited, #topnav a:active  {
	text-decoration: none;
	text-align: center;
	color: #FFFFFF} 
#topnav a:hover {
	color: #FFCC00;
	text-align: center;
	text-decoration: underline;
}

#topnav #youarehere a {
	background-color: #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
