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 {
	display: block;
	list-style-type: none;
	padding-left: 20px;
	background-image: url("../grafika/text.gif");
	background-position: right top;
	background-repeat: no-repeat;
}

ul.tree li.closed {
	background-image: url("../grafika/plus.gif");
	background-position: 5% 50%;
	background-repeat: no-repeat;
}

ul.tree li.opened {
	background-image: url("../grafika/minus.gif");
	background-position: 5% 7%;
	background-repeat: no-repeat;
}

ul.tree li a {
	text-decoration:none;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #8b5647;
  PADDING-LEFT: 5px;
	cursor: pointer;
}

ul.tree li a.folder {
	cursor: pointer;
}

ul.tree li a.active {
	font-weight: bold;
}

ul.tree li a:hover {
	color:#C8A239;
}
