#top_nav {
	height: 28px;
	color: #330;
	background: #CC9 url(../img/design/top_nav_right.gif) right top no-repeat;
}

#top_nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 1000px;
}

#top_nav ul li.skip_nav {
	position: absolute;
	left: -1000px;
}

#top_nav li {
	float: left;
}

#top_nav a {
	display: block;
	line-height: 28px;
	padding: 0 20px;
	text-decoration: none;
	font-weight: bold;
}

#top_nav a:link, #top_nav a:visited {
	color: #330;
	background: #CC9;
}

#top_nav a:focus, #top_nav a:hover {
	color: #FFC;
	background: #680;
}

#top_nav a:active {
	color: #330;
	background: #CC9;
}

#top_nav li.quote {
	width: 295px;
	background: url(../img/design/quote.gif) no-repeat;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

#top_nav li.quote a {
	width: 295px;
	padding: 0;
	text-decoration: none;
}

#top_nav li.quote a:link, #top_nav li.quote a:visited {
	background: url(../img/design/quote.gif) no-repeat;
	color: #FFF;
}

#top_nav li.quote a:focus, #top_nav li.quote a:hover {
	background: url(../img/design/quote_over.gif) no-repeat;
	color: #330;
}

#top_nav li.quote a:active {
	background: url(../img/design/quote.gif) no-repeat;
	color: #FFF;
}

