ul.tree {

	display: block;
	margin-left: 0;
	padding-left: 0;
}

ul.tree ul {
	
	display: block;
	margin-left: 0;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}

ul.tree li {

	color: black;
	font-family: Verdana;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;	
	
	display: block;
	list-style-type: none;
	padding-left: 20px;
	background-image: url("document_sz_155.gif");
	background-position: left top;
	background-repeat: no-repeat;
}

ul.tree li.closed {
	background-image: url("arrow1-155.gif");
	background-position: left top;
	background-repeat: no-repeat;
}

ul.tree li.opened {
	background-image: url("arrow1-155.gif");
	background-position: left top;
	background-repeat: no-repeat;
}

ul.tree li a {
	font-family: Arial;	
	color: #005BB7;
	line-height: 23px;	
	
	font-size: 12px;
	text-decoration: none;
	cursor: pointer;
}

ul.tree li a.folder {
	
	cursor: pointer;
}

ul.tree li a.active {
	font-weight: bold;
}

ul.tree li a:hover {
	COLOR: #d0000d;
	text-decoration: underline;
}

