.container {
	/*width: 970px;*/
	height: 38px;
	overflow: hidden;
	padding-left:70px;
}
img {border: none;}
ul#topnav {
	margin: 0px 0px 0px 0px; 
	padding: 0; 
	list-style: none;	
	font-size: 12px;
	font-weight:bold;
	clear: both;
	float: left;
/*	width: 970px;
border: 2px #ff0000 solid;*/
}
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; 
}
ul#topnav a {	color: #7bc441; }
ul#topnav span {
	display: none;
}
 
ul#topnav.v2 span{
	background: url(a_bg.jpg) repeat-x left top;
}
ul#topnav.v2 a{
	color: #BA8F2B;
	background: url(a_bg.jpg) repeat-x left bottom;
}