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

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

.treeview .hitarea {
	background:url(../images/t2.gif) repeat-y;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 16px;
	color:#003;
	font-weight:bold;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	background:url(../images/t2.gif) repeat-y;
}

.treeview a.selected {}

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

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

.treeview li {}
.treeview li.collapsable, .treeview li.expandable {background:url(../images/t2.gif) repeat-y;}

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

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background:url(../images/t2.gif) repeat-y; }

.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable {background:url(../images/t2.gif) repeat-y; }
/*.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background: url(../images/.gif) no-repeat; } */
