﻿#treelist
{
    margin-top: 20px;
    margin-left: 30px;
}

.tree li
{
    cursor: pointer;
}

.tree ul
{
    margin-left: 5px;
}


#submenu ul ul li.itemopen
{
    background-image: url(img/ul.gif);
     background-position: 5px 6px;
    background-repeat: no-repeat;
}


#submenu ul ul li.itemclosed
{
    background-image: url("img/li.gif");
    background-position: 5px 6px;
    background-repeat: no-repeat;
}

.tree li.item
{
}

.tree li.open ul
{
    display: block;
}

