/*jq начало*/


.container {
	width: 580px;
	height: 44px;
	margin-top:-20px;
	margin-bottom:10px;
	/*position: absolute;
	top: 50%; left: 50%;
	margin: -165px 0 0 -210px;*/
	overflow: hidden;
}
img {border: none;}
ul#topnav {
	margin: 10px 0 20px; 
	padding: 0; 
	list-style: none;	
	clear: both;
	float: left;
	width: 580px;

}
ul#topnav li{
	margin: 0; 
	padding: 0; 
	overflow: hidden; 
	float: left; 
	height:40px;
}
ul#topnav a, ul#topnav span {
	padding: 10px 20px; 
	float: left; 
	text-decoration: none; 
	color: #fff;
	text-transform: uppercase;
	clear: both;
	height: 20px;
	line-height: 20px;
	background: #1d1d1d; 
	font: 8pt normal Verdana, Arial, Helvetica, sans-serif;
}
ul#topnav a {	color: #7bc441; }
ul#topnav span {
	display: none;
}

ul#topnav.v2 span{
	background: url(e_bg.png) repeat-x left top;
}
ul#topnav.v2 a{
	color: #555;
	background: url(e_bg.png) repeat-x left bottom;
}
