.expandable {
	background: none !important;
}

.collapsable {
	background: none !important;
}

.expandable a, .collapsable a {
	margin-left: 4px !important;
}

.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview .hitarea {
	background: url(../images/treeview-default.gif) -62px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin: -1px 0 0 -6px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 15px;
}

.treeview li a { 
	background: none;
	color: #857e7e;
	text-decoration: none;
}

.treeview li ul { 
	margin-bottom: 8px;
}

.treeview li ul li { 
	border-bottom: none;
}

.treeview li ul li a { 
	line-height: 14px;
}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: #427daa; cursor: pointer; text-decoration: none}

.treeview li { background: url(../images/treeview-default-line_.gif) 0 0 no-repeat; }
.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); border-bottom: none;}  
.treeview li.lastCollapsable { background-position: -4px -102px }
.treeview li.lastExpandable { background-position: -38px -58px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }