/***********************\
|	top_menu			|
\***********************/
#top_menu {
	position: relative;
	margin-top: 3px;
/*	left: 7px;  */
	height: 47px;
/*	width: 758px;  */
	background-image: url(bg_topmenu.gif);
		background-position: center top;
	background-repeat: no-repeat;
}
#top_menu ul {
	margin: 0px 20px;
	padding: 0px;
}
#top_menu li {
	display: inline;
	margin: 0px 0px 0px 0px;
}
#top_menu a {
	color: #2f2f2f;
	text-decoration: none;
	padding: 0px 10px;
	border-right: 1px solid #2f2f2f;
	height: 41px;
	line-height: 41px;
}
#top_menu a.last_voice {
	border: none;
}
#top_menu a:hover {
	text-decoration: underline;
}
