body {
  background:#FFFFFF;
}

#tree, #tree ul {
  font-size: 11px;
  line-height: 14px;
  font-family: verdana, arial, helvetica, sans-serif;
  color: #000000;
  list-style-type:none;
  margin: 4px 0 0 0;
  padding:0;
  _width:100%;
  overflow-x:hidden;
}

#tree li  {
  padding: 0 0 0 21px;
  margin: 0;
  background:url(corner.gif) no-repeat top left #FFFFFF;
  _float:left;
  _width:90%;
}

#tree li.ast {
  background:url(corner.gif) no-repeat top left;
}

#tree li a {
  color: #353A8F;
  font-weight: bold;
  text-decoration:none;
  background-color:#FFFFFF;
  position:relative;
  top:1px;
  _top:0;
}

#tree li a:hover {
  color: #FFAA00;
  text-decoration: underline;
}