.tree {
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.tree li {
	list-style-type:none;
	background:url(../images/justOne.gif) repeat-y 0px center; 
	margin-left:10px;
	padding-top:3px;
	padding-bottom:3px;
	cursor:pointer;
}
.tree li a {
	color:#000000;
	text-decoration:none;
}
.tree li a.branch {
	background:url(../images/rootNode.gif) no-repeat 0px center;
	margin:0px;
	padding-left:15px;
}
.tree li.last {
	background:url(../images/lastRoot.gif) no-repeat 0px 0px;
	padding-left:15px;
	list-style-type:none;
	padding-top:3px;
	padding-bottom:3px;
}
.tree li.first {
	padding-top:0px;
	padding-bottom:2px;
}
.tree li ul {
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
.tree li ul li {
	list-style-type:none;
	background:url(../images/justOne.gif) repeat-y 0px center; 
	margin-left:10px;
	padding-top:0px;
	padding-bottom:0px;
}
.tree li ul li a {
	color:#000000;
	text-decoration:none;
}
.tree li ul li a.sub_branch {
	background:url(../images/rootNode.gif) no-repeat 0px center;
	margin:0px;
	padding-left:15px;
}
.tree li ul li.sub_last {
	background:url(../images/lastRoot.gif) no-repeat 0px 0px;
	padding-left:15px;
	list-style-type:none;
	padding-top:0px;
	padding-bottom:0px;
}