/***********************\
|	menu bottom			|
\***********************/
#bottom_menu {
	background-image: url(bg_bottommenu.gif);
	background-repeat: no-repeat;
	text-align: center;
	height: 30px;
}
#bottom_menu ul {
	margin: 0px;
	padding: 0px 10px;
}
#bottom_menu li {
	display: inline;
	background-image: url(bg_li.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
#bottom_menu a {
	color: #ffffff;
	text-decoration: none;
	padding: 0px 10px 0px 15px;
	height: 29px;
	line-height: 29px;
}
#bottom_menu a:hover {
	text-decoration: underline;
}