#acc {
    list-style:none;
    margin:0;
    padding:0;
}
#acc h3{
    margin:0;
    font-weight:bold;
    cursor:pointer;
}
#acc h3:hover {
    background-color:#261D1E;
    color:#BED606;
}
#acc .acc-section {
    overflow:hidden;
    background:#fff;
}
#acc li{
    margin-top:5px;
    font-weight:bold;
    font-size:14px;
    cursor:pointer;
    list-style:none;
    background-color:#fff;
    border:1px solid #ccc;
    color:#545454;
}
#acc li h3 a{
    padding:5px;
    font-weight:bold;
    font-size:14px;
    cursor:pointer;
    list-style:none;
    background-color:#fff;
    color:#545454;
    text-decoration:none;
    display:block;
}
#acc li h3 a:hover {
    background-color:#261D1E;
    color:#BED606;
}
#acc .acc-content {background:#fff}
#acc .acc-selected {
    background:#333;
    color:#BED606;
}

#acc .nested {
    list-style:none;
    margin:0;
    padding:0;
}
#acc .nested h3 {
    padding:0;
    font-weight:bold;
    cursor:pointer;
    font-size:14px;
    padding:3px 0px 3px 15px;
}
#acc .nested h3:hover {}
#acc .nested .acc-section {
    overflow:hidden;
    background:#fff;
}
#acc .nested ul{
    padding:0;
    margin:0;
}
#acc .nested li{
    margin:0;
    padding:0;
    border:none;
    margin:0;
    font-size:10px;
    cursor:default;
}
#acc .nested .acc-content {
    background:#fff
}

#acc .nested .acc-section li{
    border:none;
    margin:0 0 1px;
    font-size:14px;
    padding:3px 0px 3px 25px;
    background-color:#ddd;
    cursor:pointer;
}
#acc .nested .acc-section li a{
    text-decoration:none;
    color:#545454;
    display:block;
}
#acc .nested .acc-section li:hover, #acc .nested .acc-section .sel{
    background-color:#BED606;
}
#acc .nested-selected {
    background:#F5F5F5;
    color:#261D1E;
}