ul.footerMenuList {
	list-style: none;
	text-align: center;
}

li.footerMenuListItem {
	float: left;
	display: inline;
	margin-left: 24px;
	margin-right: 24px;
}

li.footerMenuListItem a {
	font-size: 9px;
	color: #6c6c6c;
	text-decoration: none;
}

li.footerMenuListItem a:hover {
	color: #9d0000;
	text-decoration: none;
}
