ul.tree {
  display: block;
  margin-left: 0;
  padding-left: 0;
  text-decoration: none;
  font-weight: bold ;
  color: F0EBB4 ;
}

ul.tree ul {
  text-decoration: none;
  display: block;
  margin-left: 0;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bold ;
  color: F0EBB4 ;
}

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: F0EBB4 ;
}

ul.tree li a {
  text-decoration: none;
  cursor: pointer;
  font-weight: bold ;
  color: F0EBB4 ;
}

ul.tree li a.folder {
 text-decoration: none;
 font-weight: bold ;
 color: F0EBB4 ;
}

ul.tree li a.active {
  text-decoration: none;
  font-weight: bold ;
  color: #E8A000 ;
}

ul.tree li a:hover {
  text-decoration: none;
  font-weight: bold ;
  color: #FF6600 ;
}
 