ul#topnav {
margin: 0; 
padding: 0; 
list-style: none; 
font-size: 14px;
clear: both;
float: left;
width: 100%;
}
ul#topnav li{
margin: 0; 
padding: 0; 
overflow: hidden; 
float: left; 
height:35px;
list-style:none;
}
ul#topnav a, ul#topnav span {
padding: 10px 20px; 
float: left; 
text-decoration: none; 
color: #fff;
text-transform: uppercase;
clear: both;
height:15px;
line-height: 15px;
background: #1d1d1d; 
}
ul#topnav a {	color: #7bc441; }
ul#topnav span {
display: none;
}
ul#topnav.v2 span{
background: url(../img/a_bg.gif) repeat-x left top;
/*width:110px;*/
text-align:center;
}
ul#topnav.v2 a{
color: #555;
background: url(../img/a_bg.gif) repeat-x left bottom;
/*width:110px;*/
text-align:center;
}

ul#topnav li.active span {
	margin-top:-40px !important;
	}