table.tree td
{
    border-bottom: 1px solid #409AD5;
}

table.tree .icon
{
    float: left;
    
    background-repeat: no-repeat;
    background-position: center top;

    width:  7px;
    height: 12px;
    
}

table.tree .closed .icon
{
    background-image: url("../pic/bullet_closed.gif"); 
    border:0px;
    

}

table.tree .open .icon
{
    /*background-image: url("../pic/bullet_open.gif");*/
    
    
   
}



 
table.tree .level0 td { background-color: #409AD6; }
table.tree .level1 td { background-color: #ffffff;text-indent:5px; }
table.tree .level2 td { background-color: #ffffff; text-indent:15px;}
table.tree .level3 td { background-color: #cfcfcf; }

table.tree .level0 .icon { margin-left: 00px; border-bottom: 0px;}
table.tree .level1 .icon { text-indent: 10px; border-bottom: 0px; background-image: url("../pic/icon_subnav.gif");}
table.tree .level2 .icon { text-indent: 20px; border-bottom: 0px;}
table.tree .level3 .icon { text-indent: 30px; }


