@charset "utf-8";

ul.tree {
	display: block;
	margin: 0px;
	padding: 0px;
}

ul.tree ul {
	display: block;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #333;
	padding-top: 10px;
	padding-bottom: 10px;
}

ul.tree li {
	display: block;
	list-style-type: none;
	padding-left: 20px;
	background-image: url("document.gif");
	background-position: left top;
	background-repeat: no-repeat;
	margin: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}

ul.tree li.closed {
	background-image: url(../images/other/plus.png);
	background-position: left top;
	background-repeat: no-repeat;
}

ul.tree li.opened {
	background-image: url(../images/other/minus.png);
	background-position: left top;
	background-repeat: no-repeat;
}

ul.tree li a {
	font-size: 13px;
	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 {
	text-decoration: underline;
}
ul.mk1 {
	display: block;
	margin: 0px;
	padding: 0px;
}
ul.mk1 ul {
	display: block;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #333;
	padding-top: 10px;
	padding-bottom: 10px;
}
ul.mk1 li {
	display: block;
	list-style-type: none;
	padding-left: 20px;
	background-image: url("document.gif");
	background-position: left top;
	background-repeat: no-repeat;
	margin: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}

