

ul#topnav {
	list-style: none;	
	font-size: 10px;
	clear: both;
	float: left;
	width: 600px;
}
ul#topnav li{
	overflow: hidden; 
	float: left; 
	height:30px;
}
ul#topnav a, ul#topnav span {
	padding: 10px 20px; 
	float: left; 
	text-decoration: none; 
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	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(../images/a_bg.gif) repeat-x left top;
}
ul#topnav.v2 a{
	color: #555;
	background: url(../images/a_bg.gif) repeat-x left bottom;
}
