#topnav {
	width: 100%;
	height: 50px;
	
	overflow: hidden;
	
	text-align: left;
	
	position: fixed;
	top: 0px;
	left: 0px;
	
	z-index: 101;
}

	#topnav a:link, #topnav a:visited {
	color: #868686;
		display: inline-block;
		height: 18px;
		text-align: center;
		
		font-family: Roboto Condensed;
		padding: 19px 15px 15px 15px;
		
		margin-right: -6px;
		margin-top: -6px;
	}

#topnav a:active, #topnav a:hover {
	color: #af181c;
		display: inline-block;
		height: 18px;
		text-align: center;
		
		font-family: Roboto Condensed;
		padding: 19px 15px 15px 15px;
		
		margin-right: -6px;
		margin-top: -6px;
	}




	#topnav strong {
		font-family: Oswald;
		line-height: 20px;
		font-weight: normal;
		font-size: 20px;
	}
