#dgtree {
  font-size: 13px;
  text-shadow:0 1px 0 #FFF
}

#dgtree ul {
  list-style: none;
  padding-left: 5px;
  margin: 0
}

#dgtree li {
  background-image: none;
  padding: 0;
  margin: 0
}

#dgtree a.trigger {
  padding-left: 20px;
  margin: 0;
  background-image: url(../images/trigger.png);
  background-repeat: no-repeat;
  background-position: 1px 50%;
  font-weight: normal
}

#dgtree a.trigger.open {
  background-image: url(../images/triggeropen.png)
}

#dgtree .last-child a.trigger {
  background-image: url(../images/last.png)
}

#dgtree span {
  font-size: 10px;
  font-weight: bold;
  color: #999
}

#dgtree a#current {
  font-weight: normal;
  color: #829D42
}