.treeview ul
{
    /*CSS for Simple Tree Menu*/
    color: #4d4d4d;
    padding: 0 0 0 0;
    margin: 1px;
    list-style-type: none;
}

.treeview li
{
    /*Style for LI elements in general (excludes an LI that contains sub lists)*/
    color: #4d4d4d;
    background: url(../img/list.gif) no-repeat 0 8px;
    margin-left: -15px;
    /*cursor: hand !important;*/
    /*cursor: pointer !important;*/
}

.treeview li.submenu
{
    /* Style for LI that contains sub lists (other ULs). */
    color: #4d4d4d;
    background: url(../img/closed.gif) no-repeat 0 6px;
    margin-left: -15px;
    cursor: hand !important;
    cursor: pointer !important;
}


.treeview li.submenu ul
{
    /*Style for ULs that are children of LIs (submenu) */
    color: #4d4d4d;
    display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li
{
    /*Style for LIs of ULs that are children of LIs (submenu) */
    color: #4d4d4d;
    cursor: default;
    padding-left: 20px;
    padding-top: 10px;
    margin-left: -4px;
}

li#liFirst
{
    color: #4d4d4d;
    font-weight: bold;
    padding-left: 20px;
}

li#liSecond
{
    font-weight: normal;
    padding: 0 0 0 15px;
    margin-top: 13px;
}

li#liThird
{
    font-weight: normal;
    padding: 0 0 0 15px;
    margin-top: 13px;
}
