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

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

.treeview .hitarea {
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
	background-image: url(images/treeview-default.gif);
	background-repeat: no-repeat;
	background-position: -64px -25px;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li {
	margin: 0;
	padding-top: 3px;
	padding-right: 0pt;
	padding-bottom: 3px;
	padding-left: 16px;
}

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

#treecontrol {
	display: none;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}

.treeview .hover { color: #006600; cursor: pointer; }

.treeview li {
	padding-bottom: 5px;
	background-image: url(images/treeview-default-line.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.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(images/treeview-default.gif);
}  
.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;
}

.treeview-red li {
	background-image: url(images/treeview-famfamfam-line.gif);
}
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable {
	background-image: url(images/treeview-famfamfam.gif);
} 
