#navigation {
	position: absolute;
	left: 440px;
	top: 167px;
}

#navigation .navItem {
	margin-bottom: 4px;
	width: 86px;
	font-size: 11px;
	text-align: left;
	background-color: #006fb7;
}



#navigation .navItem a {
	display: block;
	padding: 0 5px;
	cursor: pointer;
	font-weight: bold;
	height: 18px;
	line-height: 17px;
	border-bottom-width: 0;	
	color: #FFF;
}

#navigation .navItem a:hover {
	background-color: #7fb7db;

}


#navigation a.SelectednavItem {
	background-color: #7fb7db;

}
