ul.tree {
  display: block;
  margin-left: 0;
  padding-left: 0;
  text-decoration: none;
  font-weight: bold ;
  color: #F0D62B ;
}

ul.tree ul {
  text-decoration: none;
  display: block;
  margin-left: 0;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bold ;
  color: #F0D62B ;
}

ul.tree li {
  display: block;
  list-style-type: none;
  padding-left: 15px;
  background-position: left middle;
  background-repeat: no-repeat;
  text-decoration: none;
  font-weight: bold ;
  color: #F0D62B ;
}

ul.tree li a {
  text-decoration: none;
  cursor: pointer;
  font-weight: bold ;
  color: #F0D62B ;
}

ul.tree li a.folder {
 text-decoration: none;
 font-weight: bold ;
 color: #F0D62B ;
}

ul.tree li a.active {
  text-decoration: none;
  font-weight: bold ;
  color: #D8E8FC ;
}

ul.tree li a:hover {
  text-decoration: none;
  font-weight: normal ;
  color: #000000 ;
}
 
