#topnav {
	position: absolute;
	width: 100%;
	height: 3em;
	width: 40em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
	left: 230px;
	top: 62px;
}
html>body #topnav { top: 59px; }


#topnav ul#primary {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 45em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#topnav ul#primary li  {
	display: inline;
	list-style: none;
}

#topnav ul#primary a,#topnav ul#primary span,#topnav ul#primary a.current {
	width: 6em;
	display: block;
	float: left;
	padding: 4px 0;
	margin: 1px 2px 0 0;
	text-align: center;
	font-family: tahoma, verdana, sans-serif;
	font-size: 85%;
	text-decoration: none;
}

#topnav ul#primary span,#topnav ul#primary a.current,#topnav ul#primary a.current:hover {
	border: 1px solid #a00;
	border-bottom: none;
	background: #91bdff;
	padding-bottom: 6px;
	margin-top: 0;
	color: #000000;
}

#topnav ul#primary a {
	background: #d9e8ff;
	border: 1px solid #aaa;
	border-bottom: none;
	color: #000000;
}

#topnav ul#primary a:hover {
	margin-top: 0;
	border-color: #aaa;
	background: #f3f8ff;
	padding-bottom: 5px;
	color: #000000;
}

#topnav ul#secondary {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: -1.4em;
	left: 1px;
	width: 45em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#topnav ul#secondary li a,#topnav ul#secondary li span {
	width: auto;
	display: block;
	float: left;
	padding: 0 10px;
	margin: 0;
	text-align: center;
	border: none;
	border-right: 1px dotted #AAA;
	background: none;
}

#topnav ul#secondary li a {
	color: #06C;
	text-decoration: underline;
}

#topnav ul#secondary li a:hover {
	color: #000;
	background: transparent;
	padding: 0 10px;
	border: none;
	border-right: 1px dotted #000;
}

#topnav ul#secondary li a:active {
	color: #000;
	background: transparent;
}

#topnav ul#secondary li:last-child a { border: none; }
