.webfx-tree-container {
    font-family: Arial;
    font-size: 10px;
    color: #006699;
    white-space: nowrap;
    background-color: white;
    text-decoration: none;
}
.webfx-tree-container a, a:visited{
    color: #006699;
    text-decoration: none;
}
.webfx-tree-container a:active {
    background: highlight;
    color: highlighttext;
    text-decoration: none;
}
.webfx-tree-container a:hover {
    color: #FF9933;
    font-weight: bold;
    text-decoration: none;
}

.webfx-tree-item {
    padding: 0px;
    margin: 0px;
    font: Verdana;
    color: #006699;
    white-space: nowrap;
}

.webfx-tree-item a, .webfx-tree-item a:active, .webfx-tree-item a:hover {
    margin-left: 3px;
    padding: 1px 2px 1px 2px;
}

.webfx-tree-item a {
    color: #006699;
    text-decoration: none;
}

.webfx-tree-item a:hover {
    color: #FF9933;
    font-weight: bold;
    text-decoration: underline;
}

.webfx-tree-item a:active {
    background: highlight;
    color: highlighttext;
    text-decoration: none;
}

.webfx-tree-item img {
    vertical-align: middle;
    border: 0px;
}

.webfx-tree-icon {
    width: 6px;
    height: 5px;
}
.webfx-tree-item a.selected {
    color: selectedtext;
    background: selected;
}

.webfx-tree-item a.selected-inactive {
    color: windowtext;
    background: buttonface;
}