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

.treeview ul {
	background-color: white;
	margin-top: 4px;
}

.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: 3px 0pt 3px 16px;
}

.treeview a.selected {
	background-color: #eee;
}

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

.expandable-hitarea {

background-image: url(../images/icon_arrow_right.gif);
background-repeat: no-repeat;
background-position: 2px 4px;

}

.collapsable-hitarea {

background-image: url(../images/icon_arrow_bottom.gif);
background-repeat: no-repeat;
background-position: 2px 4px;

}