#navigation {
	width: 562px;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 10px;
	padding-left: 10px;
	color: #01395A;
	padding-top: 25px;
	font-weight: bold;
	text-align: center;
}
#navigation a {
	text-decoration: none;
	color: #01395A;
}
img {
	text-decoration: none;
}
#navigation a:visited {
	text-decoration: none;
	color: #01395A;
}
#navigation a:hover {
	text-decoration: none;
	color: #026AA9;
}
