.treeview, .treeview ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.treeview .hitarea {
	background: url(https://assets.mybrightsites.com/uploads/sites/12178/themes/24817/7a3465b145400a10ae0994ec2779c740ab8808ed/treeview-default.gif?1739215966) -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;
	padding: 0 0 0 16px;
}

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

.treeview .hover {
	color: red;
	cursor: pointer;
}
.treeview li.collapsable, .treeview li.expandable {
	background-position: 0 -176px;
}
.treeview .expandable-hitarea {
	background-position: -80px -3px;
}
.treeview li.last {
	background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable {
	background-image: url(https://assets.mybrightsites.com/uploads/sites/12178/themes/24817/7a3465b145400a10ae0994ec2779c740ab8808ed/treeview-default.gif?1739215966);
	background-repeat: no-repeat;
}
.treeview li.lastCollapsable {
	background-position: 0 -111px }
.treeview li.lastExpandable {
	background-position: -32px -67px }
.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea {
	background-position: 0;
}
