.list_left {
    width: 240px;
    float: left;
}

.list_left h3 {
    padding: 20px 15px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #00509a;
    overflow: hidden;
}

#J_navlist {
    padding: 10px 10px 0 10px;
    border: 1px solid #e9e9e9;
}

#J_navlist a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#J_navlist .on,
#J_navlist .on a {
    color: #00509a;
}

#J_navlist h4 {
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    color: #373737;
    font-size: 14px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    font-weight: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


#J_navlist h4:hover,
#J_navlist .selected h4 {
    color: #00509a;
    text-decoration: none;
    border-left: 4px #00509a solid;
}

.list-item {
    zoom: 1;
    display: none;
    border: 1px solid #ddd;
    padding: 10px 10px 5px 10px;
    margin-top: -10px;
    margin-bottom: 10px;
    border-top: none;
}

.list-item li {
    padding: 10px 12px;
    margin-bottom: 5px;
    background: #fff;
    border: 1px solid #e9e9e9;
}

.list-item a {
    display: block;
    font-size: 14px;
}
