/***********************\
|	bottom_menu			|
\***********************/
#bottom_menu {
	background-color: #91B26F;
	margin-top: 1px;
	border-top: 1px solid #ADBB80;
	background-image:url(bg_bottommenu.gif);
	background-repeat: repeat-x;
	height: 31px;
}
#bottom_menu ul {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	text-align: center;
}
#bottom_menu li {
	display: inline;
}
#bottom_menu a {
	padding: 0px 5px 3px;
	color:#5d6606;
	font-weight: bold;
	text-decoration: none;
	border-right: 1px solid #5d6606;
}
#bottom_menu a.last_voice {
	border: none;
}
#bottom_menu a:hover {
	text-decoration: underline;
}
