ul.tree {
  display: block;
  margin-left: 0;
  padding-left: 0;
  text-decoration: none;
  color: #4A5D7F;
  font: bold 12px Tahoma;
}

ul.tree ul {
  text-decoration: none;
  display: block;
  margin-left: 0;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  color: #4A5D7F;
  font: bold 12px Tahoma;
}

ul.tree li {
  display: block;
  list-style-type: none;
  padding-left: 15px;
  background-image: url("./opened.gif");
  background-position: left middle;
  background-repeat: no-repeat;
  text-decoration: none;
  font-weight: bold;
  color: #C93C00;
  font: normal 12px Tahoma;
}

ul.tree li a {
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  color: #13347F;
  font: normal 12px Tahoma;
}

ul.tree li a:folder {
 text-decoration: none;
 font-weight: bold;
 color: #13347F;
 font: normal 12px Tahoma;
}

ul.tree li a:active {
  text-decoration: none;
  font-weight: bold;
  color: #e70000;
  font: normal 12px Tahoma;
}

ul.tree li a:hover {
  text-decoration: none;
  font-weight: bold;
  color: #FCAA1C;
  font: normal 12px Tahoma;
}