ul.tree {
	display: block;
	margin-left: 0;
	padding-left: 0;
}

ul.tree ul {
	display: block;
	margin-left: 0;
	padding-left: 0;
	padding-right: 2;
	padding-top: 1;
	padding-bottom: 1;
	margin-top: 0;
	margin-bottom: 0;
	background-color: #F6F6F6;
}

ul.tree li {
	margin-top: 0;
	display: block;
	list-style-type: none;
	padding-left: 16px;
	margin-top: 6;
	background-image: url("../img/document.gif");
	background-position: left top;
	background-repeat: no-repeat;
}

ul.tree li.closed {
	background-image: url("../img/closed.gif");
	background-position: left top;
	background-repeat: no-repeat;
}

ul.tree li.opened {
	background-image: url("../img/opened.gif");
	background-position: left top;
	background-repeat: no-repeat;
}

ul.tree li a {
	font-size: 11px;
	text-decoration: none;
	cursor: pointer;
}

ul.tree li a.folder {
	cursor: pointer;
}

ul.tree li a.active {
	text-decoration: underline;
	color: #038358;

}

ul.tree li a:hover {
	text-decoration: underline;
	color: #038358;
}