.treeview, .treeview ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	/*background-color: white;*/
	margin: 4px 0 0 0;
}

.treeview .hitarea {
	margin-left: 0px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li {
	margin: 0;
    border: 0px solid red;
	padding: 3px 0pt 3px 5px;
    text-indent:0px;
    /*background: url(../img/list_style.jpg) left 9px no-repeat;*/
}
.treeview li span {
  color: #919090;
  font: bold 11px Tahoma;
}
.treeview a.selected {
	color:#C71C0C; /*active */
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: #C71C0C; cursor: pointer; }

.treeview li a {
  background: none;
  color: #919090;
  font: bold 11px Tahoma;
  text-decoration: none;
}



