.tree {
	width: 800px;
	margin-left: 50px;
}

.tree ul {
	line-height: 6px;
	text-align:left;
}

.tree a:link {
	color: #666;
	text-decoration: none
}

.tree a:visited {
	color: #666;
	text-decoration: none
}

.tree a:hover {
	color: #999;
	text-decoration: none
}
.tree a:active {
	color: #666;
	text-decoration: none
}

.tree li {
	list-style-image: url(../template/images/li_line.gif);
	list-style-position: outside;
}

.tree ul li.first {
	list-style-image: url(../template/images/li_first.gif);
	list-style-position: outside;
	margin-top: -6px;
}

.tree ul li.last {
	list-style-image: url(../template/images/li_last.gif);
	list-style-position: outside;
}

