ul.tree {
	display: block;
	margin-left: 0;
	padding-left: 0;
	padding-top: 0;
	font-size: 20px;
}

ul.tree ul {
	display: block;
	margin-left: 0;
	padding-left: 0;
	padding-top:0px;
	font-size: 17px;
}

ul.tree li {
	display: block;
	list-style-type: none;
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
      padding:14px 17px 3px 14px;
      color:#4E8FD2;
      font-size: 17px;
}

ul.tree li.closed {
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding:14px 17px 8px 14px;
	
}

ul.tree li.opened {
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
	background-position: 0px 12px;
	padding:14px 17px 8px 14px;
		font-weight: bold;
}

ul.tree li a {
	text-decoration: none;
	cursor: pointer;
	color: green;
	font-size: 17px;	
      padding-left:36px;
      	font-weight: bold;
}

ul.tree li a.folder {
	cursor: pointer;
	color: green;
	font-size: 20px;	
      padding-left:36px;
}

ul.tree li a.active {
	font-weight: bold;
	color: green;
	text-decoration: underline;
	font-size: 17px;
	padding-left:36px;
}

ul.tree li a:hover {
      text-decoration: underline;

	color: black;
	font-size: 17px; 	
      padding-left:36px;
}
