.footerMenuContainer {
	color: #ffffff;
	text-align: center;
	padding-top: 15px;
}

.footerMenuItem, .footerMenuItemActive {
	color: #ffffff;
	padding-right: 12px;
	padding-left: 12px;
	text-decoration: underline;
}

.footerMenuItem {
	text-decoration: none;
}

.footerMenuItemActive:hover, .footerMenuItem:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	text-decoration: underline;
}

.footerMenuItemSpacer {
	margin-right: 12px;
	margin-left: 12px;
	float: left;
}


.footerCopyright, .footerCopyright a {
	text-align: center;
	margin-top: 3px;
}
