.tree ul {
	list-style-type: none;
	background: url(../images/vline.png) repeat-y;
	margin: 0;
	padding: 0;
}

.tree ul ul {
	margin-left: 10px;
}

.tree ul li {
	margin: 0;
	padding: 0 12px;
	line-height: 20px;
	background: url(../images/node.png) no-repeat;
}

.tree ul li:last-child {
	background: #fff url(../images/lastnode.png) no-repeat;
}

.tree ul .page {
	display:inline-block;
	background:transparent url(../../../res/images/icons/page.png) left center no-repeat;
	padding: 0 0 0 20px;
	color:black;
	text-decoration:none;
}


.tree ul a {
	text-decoration:none;
}