@media screen and (min-width: 730px) {
#footer-nav ul {
	clear: both;
	width: 830px;
	margin: 0px auto;
	padding: 0px;
}
#footer-nav ul li {
	font-size: 18px;
	float: left;
	position: relative;
}
#footer-nav ul li a {
	color: #fff;
	font-family: 'source_sans_prolight';
	font-weight: normal;
	padding: 0px 7px 0px 5px;
	background-image: url(images/footermenuborder.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#footer-nav ul li:first-child a {
	padding-left: 0px;
}
#footer-nav ul li:last-child a {
	background: none;
	padding-left: 4px;
	padding-right: 0px;
}
#footer-nav ul li ul {
	display: none;
}
}

@media screen and (max-width: 730px) {
#footer-nav ul {
	clear: both;
	width: 100%;
	text-align: center;
	margin: 0px auto;
	padding: 0px;
}
#footer-nav ul li {
	float: left;
	width: 100%;
	text-align: center;
	padding: 1px 0px;
}
#footer-nav ul li a {
	color: #fff;
	font-family: 'source_sans_prolight';
	font-weight: normal;
}
}
