ul.tree {
  font-family: Tahoma;
  font-size:11px;
  display: block;
  margin-left: 0;
  padding-left: 0;
  text-decoration: none;
  font-weight: bold ;
  color: #333333 ;
}

ul.tree ul {
  font-family: Tahoma;
  font-size:11px;
  text-decoration: none;
  display: block;
  margin-left: 0;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bold ;
  color: #333333 ;
}

ul.tree li {
  font-family: Tahoma;
  font-size:11px;
  display: block;
  list-style-type: none;
  padding-left: 15px;
  background-position: left middle;
  background-repeat: no-repeat;
  text-decoration: none;
  font-weight: bold ;
  color: #333333 ;
}

ul.tree li a {
  font-family: Tahoma;
  font-size:11px;
  text-decoration: none;
  cursor: pointer;
  font-weight: bold ;
  color: #333333 ;
}

ul.tree li a.folder {
  font-family: Tahoma;
  font-size:11px;
  text-decoration: none;
  font-weight: bold ;
  color: #333333 ;
}

ul.tree li a.active {
  font-family: Tahoma;
  font-size:11px;
  text-decoration: none;
  font-weight: bold ;
  color: #000082 ;
}

ul.tree li a:hover {
  font-family: Tahoma;
  font-size:11px;
  text-decoration: none;
  font-weight: bold ;
  color: #EB3D00 ;
}
ul.tree li a.visited {
  font-family: Tahoma;
  font-size:11px;
  text-decoration: none;
  font-weight: bold ;
  color: #333333 ;
}
 