.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview ul {
	margin: 0;
	width: 182px;

}

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

li.sub {
	margin: 0;
	padding-left: 10px;
}
li.sub a {
	color: #000;
}



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

.treeview a:hover {
	color: #930;
	cursor: pointer;
	text-decoration:underline;
}


