.container_nav {
	width: 580px;
	height: 50px;
	/*position: absolute;*/
	float:right;
	top: 50%; 
	left: 50%;
	margin: 50px 0 0 0px;
	overflow: hidden;
	font-size:11px;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
img {border: none;}
ul#topnav {
	margin: 0px 0 20px; 
	padding: 4px 0 0 10px; 
	list-style: none;	
	font-size: 1.1em;
	clear: both;
	float: left;
	width: 580px;
	height:50px;
	background:url(../img/bg_nav.jpg) no-repeat 0px 0px ;
}
ul#topnav li{
	margin: 0; 
	padding: 0; 
	overflow: hidden; 
	float: left; 
	height:40px;
}
ul#topnav a, ul#topnav span {
	padding: 10px 14px; 
	float: left; 
	text-decoration: none; 
	color: #fff;
	text-transform: uppercase;
	clear: both;
	height: 20px;
	line-height: 20px;
	 
}
ul#topnav a {	color: #789F0D}
ul#topnav span {
	display: none;
}
