#spacer-line {
	height: 14px;
	width: 1px;
	background: url(/images/topnav-divider.gif) top left no-repeat;
	top: 0;
	left: 0;
	position: absolute;
}

#topnav {
	position: absolute;
	top: 57px;
	right: 15px;
	width: 628px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 14px;
	padding: 0;
	margin: 0;
	z-index: 80;
	overflow: hidden;
}

a.nav:link, a.nav:visited, a.nav:active {
	font-size: 12px;
	color: #000;
	text-decoration: none;
	padding: 0 5px 0 6px;
}
a.nav:hover {
	color: #00b2e5;
	text-decoration: none;
}

#topnav ul {
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: right;
}
#topnav ul li {
	position: relative;
	float: left;
	display: block;
	width: auto;
}
