@charset "UTF-8";
.CollapsiblePanel {
    float: left;
    display: inline;
    width: 238px;
    /*background: url('../images/leftbg_img.gif') no-repeat center top;*/
}
.CollapsiblePanel2 {
    float: left;
    display: inline;
    width: 189px;
    margin-top: -5px;
    margin-bottom:6px;
}
.CollapsiblePanel2 h1{
    float: left;
    display: inline;
    font-size:14px;
    margin:5px 0 0 10px;
    color:#f4f4f4;
}

.CollapsiblePanelTab {
    background: url('../images/leftbg_img_01.gif') no-repeat center top;
    height: 31px;
    cursor:  pointer;
    /* -moz-user-select: none; */
    /* -khtml-user-select: none; */
}
.CollapsiblePanelContent {
    margin: 0px;
    padding: 0px;
    height: 233px; /*background: url('../images/leftbg_img_02.gif') no-repeat center top;*/;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
}
.CollapsiblePanelTab2 {
    background: url('../images/leftbg_nav_01.gif') no-repeat left top;
    height: 31px;
    cursor:  pointer;
    /* -moz-user-select: none; */
    /* -khtml-user-select: none; */
}
.CollapsiblePanelContent2 {
    margin: 0px;
    padding: 0px;
    height: 316px; /*background: url('../images/leftbg_nav_02.gif') no-repeat center top;*/;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
}
.CollapsiblePanelTab3 {
    background: url('../images/nav2_xsxh.gif') no-repeat center top;
    height: 25px;
    cursor:  pointer;
    /* -moz-user-select: none; */
    /* -khtml-user-select: none; */
}
.CollapsiblePanelContent3 {
    float: left;
    width: 187px;
    text-align: left;
    border-left: 1px #ccc solid;
    border-right: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
}
.CollapsiblePanelContent3 ul {
    float: left;
    display: inline;
    width: 187px;
    padding-bottom: 2px;
}
.CollapsiblePanelContent3 ul li {
    float: left;
    display: inline;
    width: 165px;
    height: 30px;
    margin: 1px 1px 0 1px;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    background: #eee;
    padding-left: 20px;
    background-image: url('../images/c-sep.gif');
    background-repeat: no-repeat;
    background-position: 8px 9px;
}
.CollapsiblePanelContent3 ul .selected {
    background: #dfeaf3;
    background-image: url('../images/c-sep.gif');
    background-repeat: no-repeat;
    background-position: 8px 9px;
}
.CollapsiblePanelContent3 ul .selected a {
    color: #eb0001;
}










