#navigation {
	height: 75px;
	background-image:url("../picture/interface/bg_menu.png");
	margin-bottom:8px;
}
#navigation .section {
	float: left;
	width: 204px;
	height:45px;
	line-height: 14px;
	text-align:center;
	border-bottom:1px solid #fff;
}


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

#navigation .section a {
	display: block;
	width: 204px;
	height:37px;
	padding-top:8px;
	
}

#navigation .subSection a {
	display: block;
	width: 204px;
	height:22px;


}


#navigation .section a:hover {
	background-color:#123971;

}

#navigation .section a.title {
	width:204px;
}

#navigation .container {
	position:absolute;
	height:30px;
	top:166px;
	left:0;
	display:none;
	width:816px;
}

#navigation .container .subSection{
	display:block;
	float:left;
	width: 204px;
	text-align:center;
}

#navigation .container a:hover{
	font-weight:bold;
	text-transform:uppercase;
}


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


.selected{
	background-color:#123971;
	color:#fff;
	border-bottom:1px solid #123971!important;
}

#navigation .container .subSection  a.current{
	font-weight:bold!important;
	text-transform:uppercase;
}

#navigation .container .subSection.selected{
	font-weight:bold!important;

}
