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

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

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

.hitarea2 {
	background: url(images/point.gif) no-repeat;
	height: 11px;
	width: 11px;
	margin-left: -16px;
	cursor: default;
	float: left;
	margin-top: 4px;
}

.treeview li { 
	margin: 0;
	padding: 3px 0px 3px 10px;
	clear: both;
	font: bold 13px Verdana, Tahoma, Arial, sans-serif;
	color: #003C9A;
}

.treeview a {
	color: #003C9A;
}

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

.treeview .collapsable-hitarea { background: url(images/minus.gif) no-repeat; }
