.tree {padding: 20px 20px;}
.tree * {margin:0; padding:0;}
.tree li {list-style:none; padding-left:21px; padding-top:10px;}
.tree li.root {padding-left:0px;}
    .tree li li {background:url(rootNode.gif) no-repeat 17px center; margin-left:10px; padding-left:41px; padding-top:3px;}
	.tree li li.root {padding-left:10px; background:url(justOne.gif) repeat-y 17px 0;}
	.tree li li.root.last {background:none;}
    .tree li li.last {background:url(lastRoot.gif) no-repeat 17px 0;}
.expand {background:url(bullet_toggle_plus.png) no-repeat; width:16px; _width:13px; height:16px; display:block; float:left; margin-top:2px; padding:0 5px 0 0; text-indent:-9999px; line-height:0; font-size:0;}
.contract {background:url(bullet_toggle_minus.png) no-repeat;}
.expand:hover {cursor:pointer;}
