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

.treeview ul {
	background-color: white;
	margin-top: 4px;
}

/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 1px 0pt 1px 16px;
}


ul.treeview > li { 
	margin: 0;
	padding: 1px 0pt 1px 0px;
}


#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { cursor: pointer; }

a.open {
	font-weight: bold;

}
