.widget-sub-navi {
    overflow: hidden;
    margin-bottom: 30px;
}

.widget-sub-navi h3 {
    margin: 0;
    padding: 16px 0 15px;
    font-size: 16px;
    font-weight: normal;
    background: #fcfafb;
    border-top: 2px solid #969696;
    border-bottom: 1px solid #969696;
    text-align: center;
    position: relative;
}

.widget-sub-navi ul {
    overflow: hidden;
    margin: 0;
    padding: 0;
    *zoom: 1;
}

.widget-sub-navi li {
    list-style: none;
    border-bottom: 1px dotted #d6d6d6;
    position: relative;
}

.widget-sub-navi li a {
    display: block;
    font-size: 12px;
    color: #222;
    padding: 10px 0 9px 12px;
    text-decoration: none;
}

.widget-sub-navi li.selected a {
    font-weight: bold;
    color: #ea321a;
}

.widget-sub-navi li.selected a:before {
    background: #ea321a;
}

.widget-sub-navi .bulit {
    font-size: 13px;
    color: #6c6c6c;
    font-weight: normal;
    margin-top: 1px;
    border: 1px solid #ddd;
    background: #fff;
    padding: 7px;
    position: absolute;
    right: 10px;
    top: 8px;
    display: none;
}

.widget-sub-navi .bulit span {
    font-size: 11px;
    margin-right: 5px;
}

.widget-sub-navi .bulit.up {
    display: block;
}

.widget-sub-navi a.collapsed .bulit.down {
    display: block;
}

.widget-sub-navi a.collapsed .bulit.up {
    display: none;
}

/* depth2 */

.widget-sub-navi ul.depth2 {
    border: none;
    padding-bottom: 10px;
    margin-top: -5px;
}

.widget-sub-navi ul.depth2 li {
    border: none;
    background: none;
}

.widget-sub-navi ul.depth2 li a {
    font-size: 12px;
    color: #7c7c7c;
    padding: 2px 0 2px 25px;
}

.widget-sub-navi ul.depth2 li a:before {
    content: "";
    display: block;
    width: 4px;
    height: 1px;
    background: #7c7c7c;
    position: absolute;
    left: 15px;
    top: 10px;
}

.widget-sub-navi li.selected ul.depth2 li a {
    font-weight: normal;
}

.widget-sub-navi li.selected ul.depth2 li.selected a {
    font-weight: bold;
    color: #ea321a;
}

.widget-sub-navi li.selected ul.depth2 li.selected a:before {
    background: #ea321a;
}