#tree {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
}
#tree a {
  color: #333333;
  text-decoration: none;
}
#tree a:hover {
  color: #ff6600;
  text-decoration: none;
}

#tree img {
  border: 0px;
  width: 19px;
  height: 16px;
}

.menuskin {
  position: absolute;
  width: 205px;
  background-color: menu;
  border: 2px solid black;
  font: normal 12px Verdana;
  line-height: 18px;
  z-index: 100;
  visibility: hidden;
}

.menuskin a {
  text-decoration: none;
  color: black;
  padding-left: 10px;
  padding-right: 10px;
}

#mouseoverstyle {
  background-color: highlight;
}

#mouseoverstyle a {
  color: white;
}
.mod_info {
  font: normal 10px Verdana;
  color: black;
  padding-left: 10px;
  padding-right: 10px;
}
