ul#topnav {
    margin: 0px 0px 0px 5px;
    padding: 0px 0px 0px 0px;
    list-style: none;
    font-size: 14px;
	font-weight: bold;
    clear: both;
    float: left;
    width: 986px;
}

ul#topnav li {
    margin: 0;
    padding: 0;
    overflow: hidden;
    float: left;
    height: 40px;
	cursor: pointer;
}

ul#topnav a, ul#topnav span {
    padding: 10px 30px 10px 31px;
    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(../themes/menu_tlo.gif) repeat-x left top;
}

ul#topnav.v2 a {
    color: #555;
    background: url(../themes/menu_tlo.gif) repeat-x left bottom;
}

ul#topnav.v2 .active span{
    color: #555;
    background: url(../themes/menu_tlo.gif) repeat-x left bottom;
}

ul#topnav li#first {
    margin: 0px 0px 0px 11px;
}

