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