div.tree * {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin : 0;
	padding : 0;
	white-space: nowrap;

}
div.tree ul {
	list-style : none;
	padding : 2px 0 0 20px;
	line-height: 12px;

}

div.tree li {
   padding : 2px 0 2px 19px;
   line-height : 12px;
}

div.tree li {
   padding : 2px 0 12px 9px;
   background : url('brother.gif') repeat-y;
   line-height : 15px;
}div.tree li.last {
   background-repeat : no-repeat;

}
div.tree li span {
   margin-left : -12px;
   padding-left : 20px;
   background : url('son.gif') no-repeat 4px 6px;
  background-position : 4px 7px; 
}div.tree a.plus {
   background-image : url('plus.gif');
}

div.tree a.minus {
   background-image : url('minus.gif');
}

   div.tree a.plus span, div.tree a.minus span {
       display : none;
   }
   
div.tree li.folder {
   padding-left : 0;
}

div.tree a.plus, div.tree a.minus {
   position : relative;
   left : -5px;
   cursor : pointer;
   padding : 0 12px 12px 0;
   background-repeat : no-repeat;
   background-position : 0 0px;
   position : static;                  
   background-position : 0 0;          
   margin-left : -7px;                  
   padding-left : 15px;                
  height : 9px;                        
}

