ul.tree {
	display: block;
	margin-left: 0;
	padding-left: 0;
	padding-top: 0;
	font-size: 14px;
}

ul.tree ul {
	display: block;
	margin-left: 0;
	padding-left: 0;
	padding-top:0px;
	font-size: 14px;
}

ul.tree li {
	display: block;
	list-style-type: none;
	background-image: url(../imagees/n.jpg);
	background-repeat: no-repeat;
	background-position: 0px 12px;
      padding:3px 3px 8px 8px;
      color:#4E8FD2;
      font-size: 14px;
}

ul.tree li.closed {
	background-image: url(../imagees/n.jpg);
	background-repeat: no-repeat;
	background-position: 0px 12px;
	padding:3px 3px 8px 8px;
	
}

ul.tree li.opened {
	background-image: url(../imagees/n.jpg);
	background-repeat: no-repeat;
	background-position: 0px 12px;
	padding:3px 3px 8px 8px;
}

ul.tree li a {
	text-decoration: none;
	cursor: pointer;
	color: #000000;
	font-size: 14px;
	
}

ul.tree li a.folder {
	cursor: pointer;
	color: #0000000;
	font-size: 14px;
}

ul.tree li a.active {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	font-size: 14px;
}

ul.tree li a:hover {
      text-decoration: underline;
	background:url(../imagees/n.gif) repeat-y bottom;
	color: #000000;
	font-size: 14px;
}

