
ul#topnav {
	margin: 15px; 
	padding: 10px; 
    font-size:13px;
    list-style: none;	
	clear: both;
	float: left;
	width: 4px;
}
ul#topnav li{
	margin: 0px; 
    padding: 0px; 
	overflow: hidden; 
	float: left; 
	height:25px;
}
ul#topnav a, ul#topnav span {
	padding:3px 3px 3px 3px; 
	float: left; 
 font-size:12px;
	text-decoration: none; 
	color: #252A2E;
	text-transform: uppercase;
	clear: both;
	height: 15px;
	line-height: 20px;
	background: #EFEFEF; 
}
ul#topnav a {	color: #7bc441; }
ul#topnav span {
	display: none;
}
 
ul#topnav.v2 span{
	background: url(a_bg.gif) repeat-x left top;
}
ul#topnav.v2 a{
    
	color: #555;
	background: url(a_bg.gif) repeat-x left bottom;
}

