#navigation a {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	width: 110px;
	font-weight: bold;
	color: #3366CC;
	background-color: #B7DBA8;
	font-size: 0.8em;
	text-transform: uppercase;
	text-decoration: none;
	height: 18px;
	padding-top: 3px;
	font-variant: normal;
	font-style: normal;
	float: none;
}
#navigation a:hover {
	color: #003366;
	background-color: #CAE4FF;
}

