a.menu {
	font-family: sans-serif;
	font-size: small;
	font-weight: bold;
	color: White;
	background-color: #00567F;
	text-decoration: none;
}

a:hover.menu {
	color: #00567F;
	background-color: White;
	text-decoration: none;
}

