#navigation {
	background-color:#003354;
}

#navigation .section {
	position: relative;
	z-index:1000;
	float: left;
	width: 135px;
	height: 25px;
	line-height: 24px;
	border-right:2px solid #fff;
}
#navigation .section.last {
	
	border-right:0;
}
#navigation .section.selected,#navigation .section.selected .container{
	background-color:#014C7A;
}



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


#navigation .section.over {
}

#navigation .section a {
	display: block;

}

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

#navigation .section a.title {
	width: 135px;
	text-transform: uppercase;
	color: #FFF;
	text-indent:11px;
	font-weight:bold;
}

#navigation .container {
	display:none;
	position: absolute;
	left: -2px;
	top: 25px;
	width: 135px;
	background-color: #003354;
	z-index:1000;
	border-right:2px solid #fff;
	border-left:2px solid #fff;
}

#navigation .first .container{
	border-left:0!important;
	width:135px;
	left:0;	
}

#navigation .last .container{
	border-right:0!important;
	width:138px;
}

#navigation .container a {
	padding:5px 2px;
	color: #fff;
	display:block;
	min-height: 14px;
}

#navigation .container .subSection a{ 
	border-bottom: 1px solid #dedede!important;

}

#navigation .container .subSection.last a,#navigation #s5.section .subSection.last_add a{
	border:0!important;
} 


#navigation #s5.section .subSection.last a{
	border-bottom: 1px solid #fff!important;

}

#navigation .container .last a,
#navigation .container .last {
	border-bottom-width: 0;
}

#navigation .container .subSection {
	line-height: normal;
		padding:0 8px;
}
