#header .mainNav {
	position: absolute;
	left: 0;
	top: 165px;
}

#header .mainNav .item {
	display: block;
	float: left;
	height: 18px;
	margin: 0 0 0 10px;
	padding: 4px 12px;
	color: #ffffff;
	font-family: Verdana;
	font-size: 1.3em;
	text-decoration: none;
}

#header .mainNav .item:hover {
	color: #001152;
	background: #ffffff;
}

#header .mainNav .item.selected {
	color: #001152;
	background: #ffffff;
}
