.treeview, .treeview ul { 
  padding: 0;
  margin: 0;
  list-style: none;
}

.treeview ul {
  margin-top: 4px;
}

.treeview .hitarea {
  background: url(/images/img/archive_red_arrow_down.gif) center left no-repeat;
  height: 26px;
  width: 16px;
  margin-left: 20px;
  float: left;
  cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
  display: inline;
  float:none;
}
.treeview .expandable-hitarea {
  background: url(/images/img/archive_red_arrow.gif) center left no-repeat;
}
.treeview li { 
  margin: 0;
  padding: 0;
  line-height: 26px; 
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { cursor: pointer; }

.treeview li label { 
  display: block;
  text-indent: 20px;
}

.treeview li ul li label { 
  background: none;
  padding-left: 0;
  padding: 3px 0pt 3px 35px;
}

