#blue {
	text-transform: uppercase;
	width: 977px;
	margin-right: auto;
	margin-left: auto;
	height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#blue ul {
	clear: left;
	list-style: none;
}
#blue li {
	display: inline;
}
#blue a {
	line-height: 1.4em;
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 8px 4px;
	float: left;
	width: 186px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-left-color: #ffffff;
	text-align: center;
	background-color: #597ECC;
}

#blue a:hover {
	text-decoration: none;
	background-color: #3C4EA0;
}
