@charset "utf-8";
/* CSS Document */

th {
	margin:0;
	padding:0;
}

#topnav{
}

#topnav ul{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	list-style:none;
	padding:0;
	margin:0 1px 0 0;
	width:754px;	
	float:left;
	white-space:nowrap;
}

#topnav ul li {
	float:left;
}

#topnav ul a {
	display:block;
	float:left;
	line-height:2.2em;
	text-decoration:none;
	background-color:#569BBD;
	white-space:nowrap;
	width:125px;
	border-right:1px solid #1c3873;
}

#topnav .last {
	border-right:0px;
	width:124px;
}

#topnav ul a:hover {
	color:#fff;
	background-color:#63b1d7;
}

#topnav .onpage{
	background-color:#63b1d7;
}