#navigation {
	height: 21px;
	width:510px;
	position:absolute;
	right:0;
		z-index:100;
}

#navigation .section {
	position: relative;
	float: left;
	line-height: 15px;
	text-align:center;
	position:absolute;
}
#navigation .section.last {
	margin-right: 0;
}

#navigation .section a {
	display: block;
	color: #000;
	font-size:12px;
	
}

#navigation .section a.current,
#navigation .section a:hover,
#navigation .section.selected a.title {
	color: #008ab5;
	font-weight:bold;
}

#navigation .section a.title {
	text-transform: uppercase;
}

#navigation #s1{
	width:82px;
	left:-10px;
	top:63px;
}

#navigation #s2{
	width:149px;
	top:45px;
	left:81px;
}

#navigation #s2 .container{
	width:141px;
}

#navigation #s3{
	width:161px;
	top:54px;
	left:231px;
}

#navigation #s3 .container{
	width:153px;
}

#navigation #s4{
	width:81px;
	top:74px;
	right:20px;
}

#navigation .container {
	position: absolute;
	padding:0 4px;
	display:none;
	left: 0;
	background-image:url(../picture/interface/bg_container.png);
	background-color:transparent;
	z-index:100;
}

#navigation .container #bottom_container{
	width:149px;
	height:7px;
	position:absolute;
	bottom:-7px;
	background-image:url(../picture/interface/bottom_container.png);
	left:0;
}


#navigation #s3 .container #bottom_container{
	width:161px;
	background-image:url(../picture/interface/bottom_container2.png);

}

#navigation .container a {
	color: #000;
	border-bottom: 2px solid #97a4a9;
	padding:6px 0;
	text-transform:uppercase;
	font-size:10px;
	background-color:transparent;
}

#navigation .container a:hover,
#navigation .container a.current {
	color: #000;
}

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