/***********************\
|	bottom_menu			|
\***********************/
#bottom_menu {
	padding: 0px 0px 7px 0px;
	text-align: center;
	background-image:url(bg_bottommenu.gif);
	background-position: top;
	background-repeat: no-repeat;
	text-align: right;
	font-size: 11px;
}
#bottom_menu ul {
	margin: 0px;
	padding: 0px;
}
#bottom_menu li {
	display: inline;
}
#bottom_menu a {
	color: #FFD96E;
	text-decoration: none;
	padding: 0px 8px;
	height: 29px;
	line-height: 29px;
	background-image: url(bg_bottommenu_a.gif);
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 11px;
}
#bottom_menu a.last_voice {
	border: none;
}
#bottom_menu a:hover {
	text-decoration: underline;
}