#footerAll {
	position: relative;
	z-index: 200;
	clear: both;
/*	height: 130px;*/
	color: #696969;
	color: #372000;
	font-size: 12px;
	margin: 2px 0px 0px 0px;
/*	
	background-image: url(../images/footer/footerAllBG.jpg);
	background-position: top center;
	background-repeat: no-repeat;
*/	
	text-align: left;
}

#footerAll a {
	color: #696969;
	color: #372000;
}

#footer {
	width: 916px;
	margin: 0px auto 0px auto;
	height: 66px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	background-image: url(../images/footer/footerBG.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#footer .footer_left .footerMenu {
	float: left;
	display: inline;
	width: 350px;
	margin: 0px 0px 0px 0px;
	color: #aebedc;
}

#footer .footer_left .footerMenu .footerMenu-ul ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#footer .footer_left .footerMenu .footerMenu-ul li {
	float: left;
	display: inline;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
} 

#footer .footer_left .footerMenu .footerMenu-ul li a {
	float: left;
	display: inline;
	margin: 0px 0px 0px 7px;
	padding: 0px 5px 0px 0px;
	color: inherit;
}

#footer .footer_top {

	padding: 30px 0px 0px 0px ;
	text-align: center;
}

