#footer {
	clear: both;
	font-family: "Arial";
	font-size: 11px;
	margin: 0 5px;
}

#footer #footer_menu {
	background-color: #e9e9e9;
	color: white;
	border-top: 1px solid #b5b5b5;
	height: 41px;
	line-height: 41px;
}

#footer #footer_menu ul {
	list-style-type: none;
	padding: 0 15px;
}

#footer #footer_menu ul li {
	padding: 0 5px;
	display: inline;
}

#footer #footer_menu ul li .current_page {
	font-size: 13px;
	font-weight: bold;
}

#footer #footer_copyright {
	background-color: #b5b5b5;
	color: white;
	height: 40px;
	line-height: 40px;
}

#footer #footer_copyright p {
	float: left;
	padding: 0 20px;
}