	#topnav {
		background: #015883;
		color:white;
		text-transform: uppercase;
		font-size: 85%;
		font-weight:bold;
		text-align:right;
		padding: 1px 0px;
		margin: 0px;
		
	}
	#topnav a, #topnav a:link, #topnav a:visited, #topnav a:hover, #topnav a:active {
		color:white;
		background: #015883;
		text-decoration: none;
	}
	#topnav .searchbox, #topnav .searchbox form {
		display:inline;
		padding-left: 1em;
		vertical-align: middle;
	}
	#topnav .searchbox form button {
		background: transparent /*rgb(167,127,15)*/;
		border: none;
		padding: 2px 0px 0px;
		margin: 0px 0px 1px;
		
	}