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



.treeview .hitarea {
	background: url(images/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
}

.treeview a.selected {
	background-color: #5bacdb;
	color: #FFF;
}

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


.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

