div#Tree ul
{
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 2px;
    font-size: 12px;
}
div#Tree li
{
    background-image: url(../TreeTheme/bk.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    border-bottom: solid 1px #DAC8B3;
}
div#Tree ul li a
{
    text-decoration: none;
    display: block;
    height: 21px;
    padding-top: 4px;
    padding-left: 25px;
    font-weight: bold;
}

.t0
{
    color: #157F06;
}
.t1
{
    color: #157F06;
    margin-left: 10px;
}


.t2
{
    color: #157F06;
    margin-left: 20px;
}

.t3
{
    color: #157F06;
    margin-left: 30px;
}

.parent
{
    background-repeat: no-repeat;
    background-position: 4px 7px;
}

.selected
{
    color: #EF670D;
}
.pselected
{
    background-repeat: no-repeat;
    background-position: 4px 6px;
}
.downarrow
{
    background-image: url(../TreeTheme/minus.gif);
}

.uparrow
{
    background-image: url(../TreeTheme/plus.gif);
}

