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

.treeview ul {
	margin:0;
}

.treeview li img{
	display:block;
}

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

.treeview li { 
	margin: 0;
	padding-left:5px;
}

.treeview a.selected {
	color:black;
}

/*.treeview .hover { color: #111; cursor: pointer; }
.treeview a { color:#2c2d32; cursor: pointer; }

.treeview li { background: url() 0 0 no-repeat; }

.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(); }  
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }
*/