@charset "UTF-8";

ul#navListFooter
{
	list-style-type: none;
	color: #666;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #FFF;
	margin: 0px;
	padding: 0px 0px 15px;
	font-size: 0.8em;
}

ul#navListFooter li
{
	display: inline;
}

ul#navListFooter li a
{
	color: #666;
	text-decoration: none;
	background: #FFF;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}
ul#navListFooter li a:hover
, a:active{
	color: #1866A4;
	width: 75px;
}
