/***********************\
|	top_menu			|
\***********************/
#top_menu {
	font-size: 11px;
	height: 18px;
	position: absolute;
	top: 0px;
	left: 0px;
	border-left: 1px solid #cecdc4;
	border-right: 1px solid #cecdc4;
	width: 710px;
}
#top_menu ul {
	margin: 0px 9px;
	padding: 0px 6px;
	height: 18px;
	line-height: 18px;
	background-image: url(bg_menutop.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
#top_menu li {
	display: inline;
	margin: 0px 0px 0px 0px;
	height: 13px;
	line-height: 13px;
	padding: 0px;
}
#top_menu a {
	color: #384969;
	text-decoration: none;
	padding: 0px 5px;
	height: 13px;
	line-height: 13px;
	border-right: 1px solid #384969;
	font-variant: small-caps;
	font-weight: bold;
}
#top_menu a:hover {
	text-decoration: underline;
	font-weight: normal;
}
#top_menu a.last_voice {
	border: none;
}