#navigation {
	height: 30px;
	background-image:url(../picture/interface/bg_navig.png);
	background-repeat:repeat;
	position:absolute;
	bottom:0;
	width:955px;
}
#navigation .section {
	position: relative;
	float: right;
	line-height: 22px;
	padding-top:5px;
	height:25px;
	display:block;
	border-left:1px solid transparent;
}
#navigation .section.last {
	margin-right: 0;
}

#navigation .section a {
	display: block;
	color:#f08804;
	text-transform:uppercase;
	font-weight:bold;
	margin-right:20px;
	margin-left:10px;
	border:0;
}
#navigation .section:hover{
	border-left:1px solid #fff;
}

#navigation #s7.section:hover{
	border-left:1px solid transparent;
}

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

}

#navigation .container {
	position: absolute;
	display:none;
	left: -1px;
	top: 30px;
	width:180px;
	background-image:url(../picture/interface/bg_navig.png);
	background-repeat:repeat;
	border-left:1px solid #fff;
	z-index:50;
}

#navigation .container a {
	margin: 5px 10px;		
	color:#f08804;
}
#navigation .container .last a,
#navigation .container .last {
	border-bottom-width: 0;
}
