#footer .footerNav {
	float: left;
	width: 100%;
	background: #fafafa;
	border-top: 1px solid #dfdfdf;
	margin: 35px 0 0 0; padding: 0;
	list-style-type: none;
	font-size: .85em; 
	}
#footer .footerNav li {
	float: left;
	border-top: 1px solid #dfdfdf;
	margin: -1px 0 0 2px;
	padding: 9px 0;
	width: 133px;
	background: #fafafa;
	}
#footer .footerNav li a {
	outline: none;
	display: block;
	padding: 0 3px;
	text-decoration: none;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #333; text-align: center;
	}

#footer .footerNav li a:hover {
	 color: #000;
	 }
#footer .footerNav li.last {
	width: 138px;
	border-color: #205ca2;
	background: #2973bd;
	background:  -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2973bd), to(#018fd0));
	background:  -moz-linear-gradient(center bottom, #018fd0 1%, #2973bd 100% );
	color: #fff;
	}
#footer .footerNav li.last a {
	color: #ecf7fd;
	 }
#footer .footerNav li.last a:hover {
	 color: #fff;
	 }