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

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

.treeview .hitarea {
	height: 15px;
	width: 15px;
	margin-left:-30px;
	background:url(image-url.gif);
	float: left;
	position:relative;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
	
}
.treeview .hitarea {
	display: inline;
	float:left;
}


.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 5px;
	border:0;
	list-style-image:url(../img/li.png);
}


.treeview  a {
	color:#fff;
	background-color:#3f3f3f;
	text-decoration:none;
	font-weight:normal;
	display:block;
	padding:5px;
}

.treeview  a.main {
}

.treeview  a:hover {
	text-decoration:underline;
	color:#ccc;
}


.treeview a.selected {
	color:#ff0000;
	font-weight:bold;
}

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

.treeview .hover { color: red; cursor: pointer; }

/* .treeview li { background: url(../img/tree/treeview-default-line.gif) 0 0 no-repeat; } */
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }
.treeview li.collapsable {list-style-image:url(../img/li_sub.png);}
.treeview .expandable-hitarea { background-position: -80px -3px; }
.treeview ul li { margin:5px 0 5px 12px; border:0; list-style:square; list-style-image:none;}
.treeview ul li.last { margin:5px 0 5px 12px; border:0; list-style:square; list-style-image:none;}
/* .treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(../img/tree/treeview-default.gif); }  */
.treeview li.lastCollapsable {}
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

