.tree {
	margin-bottom: 0px;
}

.tree ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

.tree ul li {
	padding-left: 16px;
	text-indent: -16px;
	/*line-height: 16px;*/
	background: url(../images/tree_vertical.gif) top left repeat-y;
	margin:0;
	display: block;
	/*font-size: 8pt;*/
	padding-top: 3px;
	padding-bottom: 3px;
}
* html .tree ul li {
	height: auto;
	padding-top: 4px;
	padding-bottom: 4px;
	display: inline-block;
}
.tree ul li img {
	vertical-align: middle;
}

.tree ul li.last {
	background: url(../images/tree_last.gif) 0 -14px no-repeat;
}
[class].tree ul li.last {
	background: url(../images/tree_last.gif) 0 -13px no-repeat;
}

