#navigation {
	height: 116px;
	width:auto;
	margin-left:205px;
	padding-top:48px;
	font-size:11px;
}
#navigation .section {
	position: relative;
	float: left;
	margin-right: 35px;
}

#navigation #s1{
	width: 86px;
}
#navigation #s2{
	width: 105px;
}
#navigation #s3{
	width: 84px;
}
#navigation #s4{
	width: 80px;
}
#navigation #s5{
	width: 102px;
}

#navigation .section.last {
	margin-right: 0;
}

#navigation .section a {
	display: block;
}

#navigation .section a.current,
#navigation .section a:hover {
	color: #fff;
	font-weight:bold;
}

#navigation .section a.title {
	width: auto;
	color:#fff;
	text-transform: uppercase;
	font-weight:bold;
	margin-bottom:5px;
	cursor:default;
}

#navigation .container {
	width: inherit;
}

#navigation .container a {
	width: auto;
	color: #afb1b3;
	text-transform: uppercase;
	
}
#navigation .container .last a,
#navigation .container .last {
	border-bottom-width: 0;
}