.navigation {
	height: 34px;
	background-color: rgb(222, 230, 238);
	text-transform: uppercase;
}

.navigation a[alt="left"] {
	text-decoration: none;
	display: block;
	float: left;
	color: rgb(16, 82, 137);
	font-size: 10px;
	line-height: 18px;
	padding: 3px 4px;
	margin-top: 5px;
	margin-left: 10px;
}

.navigation a[alt="right"] {
	text-decoration: none;
	display: block;
	float: right;
	color: rgb(16, 82, 137);
	font-size: 10px;
	line-height: 18px;
	padding: 3px 4px;
	margin-top: 5px;
	margin-right: 10px;
}

.navigation a:hover {
	color: white;
	background-color: rgb(27, 59, 111);
	border-radius: 12px;
	-ms-border-radius: 12px;
}