@charset "utf-8";
#footer{
	width:780px;
	height:auto;
	text-align:center;
	clear:left;
	margin:12px 0 150px 200px;
	_margin-left:203px;
}
#footer ul.menu{
	margin:0;
	padding:0;
	height:36px;
	list-style:none;
	zoom:1;
	overflow:hidden;
	clear:both;
	background-image: url(../images/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: left -1px;
}
#footer ul.menu li{
	margin:10px 0 0 12px;
	float:left;
	background-repeat: no-repeat;
	background-image: url(../images/footer_menu.gif);
	text-indent: -2000px;
	overflow: hidden;
	height:13px;
	width: 50px;
	background-position: left center;
}
#footer ul.menu li.menu1{ background-position: 0px 0px; }
#footer ul.menu li.menu2{ background-position: -60px 0px; }
#footer ul.menu li.menu3{ background-position: -120px 0px; }
#footer ul.menu li.menu4{ background-position: -180px 0px; }
#footer ul.menu li.menu5{ background-position: -240px 0px; }
#footer ul.menu li.menu6{ background-position: -300px 0px; }
#footer ul.menu li.menu7{ background-position: -360px 0px;width: 60px; }
#footer ul.menu li.menu8{ background-position: -430px 0px; }
#footer ul.menu li.menu1:hover{ background-position: 0px -13px; }
#footer ul.menu li.menu2:hover{ background-position: -60px -13px; }
#footer ul.menu li.menu3:hover{ background-position: -120px -13px; }
#footer ul.menu li.menu4:hover{ background-position: -180px -13px; }
#footer ul.menu li.menu5:hover{ background-position: -240px -13px; }
#footer ul.menu li.menu6:hover{ background-position: -300px -13px; }
#footer ul.menu li.menu7:hover{ background-position: -360px -13px;width: 60px; }
#footer ul.menu li.menu8:hover{ background-position: -430px -13px; }
#footer ul.menu li a{
	display: block;
	height: 100%;
	width: 100%;
	text-indent: -2000px;
	overflow: hidden;
}

.copyright {
	margin: 10px 0 0 12px;
	font-size: 1.1em;
	line-height:1.5em;
	color:#a4a4a4;
	text-align: left;
}
