ul.tree {
	display: block;
	margin-left: 0;
	padding-left: 0;
	margin-top: 0;

	}

ul.tree ul {
	display: block;
	margin-left: 0;
	padding-left: 0;
	margin-top: 2;
	margin-bottom: 5;

	
}

ul.tree li {
	display: block;
	list-style-type: none;
	padding-left: 5px;
	background-image: url("document.gif");
	background-position: left top;
	background-repeat: no-repeat;
	margin-top: 5;
	FONT: small-caps 11px tahoma,arial,sans-serif;
        COLOR:  #323232;
	TEXT-DECORATION: none

}

ul.tree li.closed {
	background-image: url("closed.gif");
	background-position: left top;
	background-repeat: no-repeat;
}

ul.tree li.opened {
	background-image: url("opened.gif");
	background-position: left top;
	background-repeat: no-repeat;
	color : #323232;
}

ul.tree li a {
	font-size: 11px;
	text-decoration: none;
	cursor: pointer;
	color: #323232;
}

ul.tree li a.folder {
	cursor: pointer;
	color: #323232;
}

ul.tree li a.active {
	   color : #323232;
		text-decoration: underline;
}

ul.tree li a:hover {
		color : #099000;
}

