/*修改树文字*/
/*#menuTree.ztree li span.button.noline_open{*/
    /*background-position: 0px 0px !important;*/
/*}*/
#menuObjectTree.ztree li span.button {
    line-height: 0;
    margin: 0;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    border: 0 none;
    cursor: pointer;
    outline: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-image: url(./img/zTreeStandard2.png);
}

