ul,li,a,span{
  background: none;
  margin    : 0px;
  padding   : 0px;
  list-style: none;
}
.treeview, .treeview ul {
	padding: 0px;
	margin: 0;
	list-style: none;
}

.treeview ul {

	margin-top: 0px;
}

.treeview .hitarea {

	height: 16px;
	width: 6px;
	margin-left: 0px;
	float: left;
	cursor: pointer;

}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}
.treeview li
{
   	margin: 0;
	padding: 0px 0px 0px 0px;
    text-indent:0px;

}
.treeview li li
{
  padding: 0px 0px 0px 0px;
}
.treeview a.selected
{
    color: #8bb838;
}
#treecontrol {  display: none;}

.treeview .hover
{ color: #8bb838; cursor: pointer; }
.treeview li a.hover
{ color: #8bb838; cursor: pointer; }
.treeview li a
{
  text-decoration : none;
}