#footer {
	display: block;
	height: 93px;
	padding-top: 7px;
	border-top-color: #E5E5E5;
	border-top-style: solid;
	border-top-width: 1px;
	background-color: #FFFFFF;
	background-image: url(../layout/footer_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#footerContent {
	display: block;
	width: 655px;
	padding-left: 245px;
	margin-left: auto;
	margin-right: auto;
}

.footerMenu, .footerMenuEnd {
	list-style: none;
	display: block;
	float: left;
	width: 98px;
	height: 80px;
	overflow-y: hidden;
	padding-left: 4px;
	padding-right: 4px;
	border-left-color: #F5F5F5;
	border-left-style: solid;
	border-left-width: 1px;
}

.footerMenuEnd {
	width: 218px;
}

.footerMenu li, .footerMenuEnd li {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	color: #222222;
	font-size: 9px;
	line-height: 11px;
	padding-bottom: 3px;
}

.footerMenu li a, .footerMenuEnd li a {
	color: #444444;
	font-size: 9px;
	line-height: 11px;
	padding-bottom: 0px;
}

.footerMenu li a:hover, .footerMenuEnd li a:hover {
	color: #000000;
}
