#navigation {
	height: 21px;
}
#navigation .section {
	position: relative;
	float: left;
	width: 177px;
	height: 21px;
	margin-right: 3px;
	line-height: 22px;
}
#navigation .section.last {
	margin-right: 0;
}

#navigation .section a {
	display: block;
}

#navigation .section a.current,
#navigation .section a:hover {
	color: #333;
}

#navigation .section a.title {
	width: 167px;
	margin-left: 10px;	
	text-transform: uppercase;
}

#navigation .container {
	display: none;
	position: absolute;
	left: 0;
	top: 21px;
	width: 177px;
	background-color: #BCCBD3;
}

#navigation .container a {
	width: 157px;
	margin: 0 10px;		
	color: #000;
	border-bottom: 1px solid #014C7A;
}
#navigation .container .last a,
#navigation .container .last {
	border-bottom-width: 0;
}