/* SUB NAV */
#sub-nav {
    position: relative;
    padding-right: 20px;
}

#sub-nav ul, #sub-nav li {
    margin: 0;
    padding: 0;
    height: auto;
    list-style: none
}

#sub-nav span {
    display: block
}

#sub-nav .l1, #sub-nav .l2, #sub-nav .l3 {
    position: relative
}

#sub-nav .aw {
    display: block;
    height: 11px;
    width: 11px;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -5px;
    background: url(../Userfiles/template/expand.png) no-repeat center bottom
}

#sub-nav .aw:hover {
    cursor: pointer;
    opacity: .5
}

#sub-nav .aw.active-accordion {
    background: red;
    background: url(../Userfiles/template/close.png) no-repeat center top
}

#sub-nav ul#navmenu li.products a, #sub-nav ul#navmenu li.products a:hover,
#sub-nav ul#navmenu li.products a.selected {
    display: block;
    font-size: 15px;
    font-weight: 700;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 20px;
    color: #FDBB30;
    border: 0;
    text-decoration: none;
    text-transform: uppercase;
    font: normal 18px AmbleBold, Arial, Helvetica, sans-serif;
    background: url(../Userfiles/template/title-bg.png) repeat-x center top
}

#sub-nav ul#navmenu li.computer-scales .l1 a {
    font-family: AmbleBoldItalic, Arial, Helvetica, sans-serif
}

#sub-nav .l1 a, #sub-nav .l2 a, #sub-nav .l3 a {
    display: block;
    padding-right: 20px;
    padding-left: 5px;
    border-bottom: 1px solid #ccc;
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    font: normal 14px / 22px AmbleRegular, Arial, Helvetica, sans-serif
}

#sub-nav a:hover, #sub-nav a.selected {
    background: #1C4983;
    color: #fff
}

#sub-nav .l1 a {}

#sub-nav .l2 a {
    color: #1a4882;
    text-transform: capitalize
}

#sub-nav .l2 a:hover, #sub-nav .l2 a.selected {
    color: #fff
}

#sub-nav .l3 a, #sub-nav .l3 a:link, #sub-nav .l3 a:active, #sub-nav .l3 a:visited {
    padding-left: 40px;
    color: #1a4882;
    font-size: 9pt;
    text-transform: capitalize;
    border-bottom: 1px solid #ccc
}

#sub-nav .l3 a:hover, #sub-nav .l3 a.selected {
    color: #fff
}

#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 a.selected {
    color: #ffdf61
}


