#topnav {
	margin-right: 35px;
	margin-top: 50px;
	float: right;
	
}

#topnav a {
	color: #888888;
	
	text-decoration: none;
	font-size: 10px;

	
	
}

#topnav .redtext a {
	color: #ed2129;
}

#topnav .redtext a:active {
	color: #ed2129;
}

#topnav a:active {
	color: #5d5d5d;
	text-decoration: none;
}

#topnav a:hover {
	color: #ed2129;
}

#topnav img {
	padding: 5px;
	border: 0;
}
