/***********************\
|	menu bottom			|
\***********************/
#bottom_menu {
	background-image: url(bg_bottommenu.gif);
	background-repeat: no-repeat;
	text-align: center;
	height: 31px;
}
#bottom_menu ul {
	margin: 0px;
	padding: 6px 0px 0px 0px;
}
#bottom_menu li {
	display: inline;
}
#bottom_menu a {
	color: #2f2f2f;
	text-decoration: none;
	border-right: 1px solid #2f2f2f;
	padding: 0px 10px;
}
#bottom_menu a.last_voice {
	border: none;
}
#bottom_menu a:hover {
	text-decoration: underline;
}