#footer .mod_customnav {
	display: block;
	width: 900px;
	height: 23px;
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
	text-align: center;
	background-color: #ffb400;
	padding-top: 8px;
}

#footer .mod_customnav ul{
	margin: 0px;
	padding: 0px !important; 
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 195px;
	height: 23px;
}

#footer .mod_customnav li{
	float: left;
	list-style-type: none;
}

#footer .mod_customnav span{	
	float: left;
	margin-right: 10px;
}

#footer .mod_customnav a{	
	margin-right: 10px;
	text-decoration: none;
	color: #333333;
}

#footer .mod_customnav a:hover{
	color: #f3be14;
}