#above_top_menu {
	position: relative;
	width: 930px;
	margin: 0px;
	padding: 0px;
}
#top_menu {
	list-style-type: none;
	margin: 0px;
	position: relative;
	float: right;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#top_menu li {
	display: block;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #666666;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	float: left;
	padding-right: 14px;
	padding-left: 14px;
}
#top_menu a {
	text-decoration: none;
	color: #666666;
}
#top_menu a:hover {
	text-decoration: none;
	color: #FF6600;
}
#top_menu .no_border {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	float: left;
}
