﻿ul.tree, ul.tree ul
{
    line-height: 20px;
    list-style-type: none;
    margin: 0;
    padding: 0px 0px 5px 15px;
}
ul.tree li
{
    list-style-type: none;
    line-height: 20px;
    padding-left: 10px;
    background-image: url('../images/arrow.gif');
    background-repeat: no-repeat;
    background-position: 0 6px;
    font-size: 12px;
}

ul.tree li a
{
    color: #666;
}

ul.tree li a:hover
{
    color: #f0a314;
}

ul.tree ul
{
    color: #666;
    margin-left: 15px;
    display: none;
}
ul.tree img
{
    margin-right: 5px;
}

.div7class
{
    background: url('../images/titleA.gif') no-repeat;
}
