.navigation #container{
	text-align: center;
	width: 918px;
	height: 29px;
	position: relative;
}

.navigation img{
	margin-right: 2px;
	margin-left: 2px;
}

.navigation img a:link {
	color: #00318d;
	font-weight: bold;
	text-decoration: none;
}
.navigation img a:visited {
	text-decoration: none;
}
.navigation img a:hover {
	text-decoration: none;
}
.navigation img a:active {
	text-decoration: none;
	color: #00318d;
}

