#footer-nav ul {
	margin: 0 auto;
	padding: 0 0 0 20px;
	width: 420px;
	_width: 430px;
	text-align: center;
	list-style-type: none;	 
}

#footer-nav a {
	display: block;
	color: #79481B;
	text-decoration: none;
	height: 16px
}

#footer-nav a:hover {
	color: #D8771E;
}

#footer-nav li {
	text-align: left;
	float: left;
	padding: 0;
	margin:0 25px;
}


#footer-nav li.customer-support {
	background: url(../images/footer-nav/customer.gif);
	width: 139px;
}

#footer-nav li.shipping {
	background: url(../images/footer-nav/shipping.gif);
	width: 61px;
}

#footer-nav li.terms { 
	background: url(../images/footer-nav/terms.gif);
	width: 84px;
	display: none;
}

#footer-nav li.contact-us {
	background: url(../images/footer-nav/contact.gif);
	width: 70px;
}

#footer-nav li.three-d {
	background: url(../images/footer-nav/3d.gif);
	width: 67px;
}

#footer-nav li:hover, #footer-nav li.sfhover,
body.customer-support #footer-nav li.customer-support,
body.shipping #footer-nav li.shipping,
body.terms #footer-nav li.terms,
body.three-d #footer-nav li.three-d,
body.contact-us #footer-nav li.contact-us {
	background-position: 0 -16px;
	
}

#footer-nav li span {
	display: none
}