.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
margin-left:-28px;
}

.treeview .hitarea {
	background: url(images/list_img5.gif) no-repeat 0 12px;
	height: 32px;
	width: 14px;
	margin-left: -14px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 0px 0pt 0px 14px;
}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: red; cursor: pointer; }

.treeview .expandable-hitarea {background: url(images/list_img2.jpg) no-repeat 0 12px;
	height: 32px;
	width: 14px;
	margin-left: -14px;
	float: left;
	cursor: pointer;
}

.treeview li.lastCollapsable, .treeview li.lastExpandable {background-image: url(images/next.gif);}

.treeview li.lastCollapsable {background-image: url(images/next.gif);}
.treeview li.lastExpandable {background-image: url(images/next.gif);}




