/* SUB NAV */
#sub-nav {
    position: relative;
    margin-bottom: 20px;
}

#sub-nav ul, #sub-nav li {
    margin: 0;
    border: 0 none;
    padding: 0;
    list-style: none;
}

#sub-nav .l1 a {
    text-decoration: none;
    display: block;
    padding: 4px 0;
    padding-left: 20px;
    color: #fff;
    text-transform: lowercase;
    font: normal 22px "league_gothicregular", Arial, Helvetica, sans-serif;
}
#sub-nav .l1 a:hover {
    color: #F3F2DF;
}

#sub-nav .l1.selected {
    color: #F3F2DF;
    background: url(../Userfiles/template/nav-h.png) no-repeat 0;
}

#sub-nav .l2 a,
#sub-nav .l3 a{
    text-decoration: none;
    display: block;
    padding: 2px;
    padding-left: 40px;
    color: #fff;
    font: normal 10pt Arial, Helvetica, sans-serif;
}

#sub-nav .l2 a:hover,
#sub-nav .l3 a:hover{
    color: #F3F2DF;
}

#sub-nav .l2 a.selected {
    color: #F3F2DF;
    background: url(../Userfiles/template/nav-h.png) no-repeat 25px 5px;
}

#sub-nav .ul2 {
    margin-bottom: 10px;
}


#sub-nav .l4 a, #sub-nav .l4 a:link, #sub-nav .l4 a:active, #sub-nav .l4 a:visited {
    display: none;
}

#sub-nav .l4 a:hover, #sub-nav .l4 .selected {
    display: none;
}