#topnav {
	float:right;
	margin: 0px 0 0;
	padding: 0 0;
	text-align: center;
	width: 303px;
	color: #003333;
	background-position: top;
	background-repeat: repeat;
	display: block;
	line-height: 40px;
	vertical-align: bottom;
}
#topnav ul{
	margin-top: 33px;
}

#topnav li {
	list-style-type: none;
	display: inline;
	color: #ff0000;
	margin:0;
	font-size: 80%;
	white-space: nowrap;
	text-decoration: none;

}

#topnav li a{
	color: #00619f;
	text-decoration: none;
	margin-top: 6px;
}

#topnav li a:hover {
	color: #ff0000;
}
