ul.tree {
	display: block;
	margin-left: 0;
	padding-left: 0;
/*	font-weight:bold;	*/
	width:240px;
	margin-top:0px;
}
ul.tree ul {
	display: block;
	margin-left: 0;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
/*	background-color:#ffffff;*/
/*	text-transform:lowercase;*/
}
ul.tree li {
	display: block;
	list-style-type: none;
	padding-left: 10px;
	background-image: url("img/document.jpg");
/*	background-position: left top;*/
	background-repeat: no-repeat;
	color:#000000;
	border-bottom:solid 1px #999999;
	padding-bottom:5px;
	paddnig-top:0px;
}
ul.tree li a {
	font-size: 11px;
	text-decoration: none;
	cursor: pointer;
	color:#000000;
}

ul.tree li a.folder {
	cursor: pointer;
}

ul.tree li a.active {
	font-weight: bold;
	color:#ff0000;
}

ul.tree li a:hover {
	text-decoration: underline;
	color:#000000;
	font-weight:bold;
}
ul.tree li.closed {
	background-image: url("img/closed.jpg");
/*	background-position: left top;*/
	background-repeat: no-repeat;
/*	background-color:#989898;*/
	color:#000000;
/*	text-transform:uppercase;*/
}

ul.tree li.opened {
	background-image: url("img/opened.jpg");
/*	background-position: left top;*/
	background-repeat: no-repeat;

/*	background-color:#eeeeee;*/
/*	text-transform:uppercase;*/
	font-size: 10px;
	color:#000000;
/*	padding-left:20px;*/
	border-bottom:none;
}


