/* ------ default ------- */
ul._Tree {
    margin: 0px;
    padding: 0px;
    overflow: auto;
}

ul._Tree, ul._Tree ul {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

ul._Tree li {
    list-style: none;
    padding-left: 20px;
    cursor: pointer;    
}

ul._Tree li * {
    vertical-align: middle;
}

ul._Tree li.expandable {
}

ul._Tree .selected > a {
    background: #0D5386;
    color: #FFFFFF;
}

ul._Tree li:hover, ul._Tree li.hover, ul._Tree li.active {
}

ul._Tree .treeHLine {
    border-top: 1px dotted #999999;
    height: 1px;
    float: left;
    margin-top: 9px;
}

ul._Tree .treeVLine {
    border-left: 1px dotted #999999;
    float: left;
    width: 1px;
    margin-left: -11px;
}

ul._Tree .expandButton {
    background-image: url(img/plus.png); 
    width: 9px;
    height: 9px;
    float: left;
}

ul._Tree .collapseButton {
    background-image: url(img/minus.png); 
    width: 9px;
    height: 9px;
    float: left;
}

ul._Tree .noButton {
    width: 9px;
    height: 9px;
    float: left;
}

ul._Tree {
}
