.footerMenu {
	float: right;
	font-size: 0.9em;
}

.footerMenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.footerMenu ul li {
	display: inline;
	padding: 0 0.3em 0 0.2em;
}

.footerMenu a:link,.footerMenu a:visited {
	color: #ffffff;
	text-decoration: none;
}

.footerMenu a:hover,.footerMenu a:active,.footerMenu a:focus {
	text-decoration: underline;
}