a:link.topnav, a:visited.topnav {
	outline: none;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
	font-family: Myraid Roman;
	font-size: 10pt;
	background: #D84035;
	/*display: block;*/
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 11px;
	padding-bottom: 11px;
}

a:hover.topnav {
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
	background: #000000;
}