ul.tree {
     margin:0px 0px 0px 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: -10px;
	font-size: 15px;
	text-align:left;	
	width:300px;


}

ul.tree ul {

	margin-left: 0px;
	padding-left: 0px;
	padding-top: 0px;
	font-size: 15px;color:#fff;
	padding:0px 5px 0px 0px;
}

ul.tree li {
	display: block;
	list-style-type: none;
	background-image: url(../images/menu_belka.png);
	background-repeat: no-repeat;
      padding:26px 5px 8px 10px;
      color:#000;
      width:300px;	height:60px; 
      font-size: 32px;
}

ul.tree li.closed {
	background-image: url(../images/menu_belka.png);
	background-repeat: repeat;
      margin: 10px 0px 0px 0px;
	background-position: 0px 0px 0px 0px;
	padding:5px 15px 8px 0px;
	width:300px;
	color:#000;
		font-size: 26px;
	     margin: 0px 0px 0px 0px;
}

ul.tree li.opened {
	background-repeat: repeat;

	width:300px;

    font-size: 15px; 
	margin: 0px 0px 0px 0px;

}

ul.tree li a {
	font-weight: bold;
      text-decoration: none;
	cursor: pointer;
	color: #7b527e;

	font-size: 28px;
		width:300px;
}

ul.tree li a.folder {
	font-weight: bold;
	cursor: pointer;
	color: #7b527e;
	font-size: 28px;

		width:290px;
}

ul.tree li a.active {
	font-weight: bold;
	color: #7b527e;
	text-decoration: underline;

		width:290px;
	
}

ul.tree li a:hover {
      text-decoration: underline;
	color: #7b527e;

	width:290px;	font-size: 28px; 
}
