#tree, #tree ul {
  font-size: 13px;
  line-height: 17px;
  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;*/
  margin: 0 0 10px 0;
	background-color:#FFF5DA;
}

#tree li  {
  padding: 0 0 0 17px;
  margin: 0;
  /*background:url(corner.gif) no-repeat top left #FFF5DA;*/
  background: no-repeat top left #FFF5DA;
  float:left;
  width:90%;
}

#tree li.ast {
  /*background:url(corner.gif) no-repeat top left;*/
  background: no-repeat top left;
}

#tree li a {
  color: #353A8F;
  text-decoration:none;
  background-color:#FFF5DA;
  position:relative;
  top:1px;
  top:0;
}

#tree li a:hover {
  color: #FF9966;
}

