ul.tree {
	display: block;
	margin-left: 60;
	margin-top: 40;
	padding-left: 30;
	font-family:Verdana; 
	font-size:13px; 
	color:#FFFFFF; 
	text-decoration:none;
	line-height: 20px;
}

ul.tree ul {
	display: block;
	margin-left: 0;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	font-family:Verdana; 
	font-size:13px; 
	color:#FFFFFF; 
	text-decoration:none;
}

ul.tree li {
	display: block;
	list-style-type: none;
	padding-left: 20px;
	background-image: url("kwadrat.gif");
	background-position: left top;
	background-repeat: no-repeat;
	font-family:Verdana; 
	font-size:13px; 
	color:#FFFFFF; 
	text-decoration:none;
}

ul.tree li.closed {
	background-image: url("kwadrat02.gif");
	background-position: left top;
	background-repeat: no-repeat;
	font-family:Verdana; 
	font-size:13px; 
	color:#FFFFFF; 
	text-decoration:none;
	
}

ul.tree li.opened {
	background-image: url("kwadrat02.gif");
	background-position: left top;
	background-repeat: no-repeat;
	font-family:Verdana; 
	font-size:13px; 
	color:#FFFFFF; 
	text-decoration:none;

}

ul.tree li a {
	text-decoration: none;
	cursor: Verdana;
	font-family:Verdana; 
	font-size:13px; 
	color:#FFFFFF; 
	text-decoration:none;
}

ul.tree li a.folder {
	cursor: pointer;
	font-family:Verdana; 
	font-size:13px; 
	color:#FFFFFF; 
	text-decoration:none;
}

ul.tree li a.active {
	font-weight: bold;
	font-family:Verdana; 
	font-size:13px; 
	color:#b6b5b6; 
	text-decoration:none;
}

ul.tree li a:hover {
	text-decoration: underline;
	font-family:Verdana; 
	font-size:13px; 
	color:#FFFFFF; 
	text-decoration:none;
}
