@charset "utf-8";
/* CSS Document */
ul#topnav {
	padding: 0; 
	list-style: none;	
	clear: both;
	width: 871px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:9.3px;
	overflow: hidden;
	cursor:pointer;
}
ul#topnav li{
	padding: 0; 
	overflow: hidden; 
	float: left; 
	height:40px;
}
ul#topnav a, ul#topnav span {
	padding: 10px 10px; 
	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.gif) repeat-x center top;
}
ul#topnav.v2 a{
	color: #555;
	background: url(a_bg.gif) repeat-x center bottom;
}
