/***********************\
|	bottom_menu			|
\***********************/
#bottom_menu {
	background-image:url(bg_menubottom.gif);
	background-repeat: no-repeat;
	background-color: #275ba6;
	font-size: 12px;
	height: 114px;
	text-align: center;
}
#bottom_menu ul {
	margin: 0px;
	padding: 87px 0px 0px 0px;
}
#bottom_menu li {
	display: inline;
}
#bottom_menu a {
	padding: 1px 8px;
	height: 19px;
	line-height: 19px;
	color:#88aadb;
	text-decoration: underline;
	border-right: 1px solid #88aadb;
}
#bottom_menu a.last_voice {
	border-right: none;
}