.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	margin-top: 4px;
}

.treeview .hitarea {
	height: 15px;
	width: 15px;
	margin-left: -15px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 15px;
	border-bottom: 1px dashed #aaa;
	background-color: #eee;
	color: #111;
}
.treeview li li{ 
	margin: 0;
	padding: 3px 0pt 3px 15px;
	border-bottom: 1px dashed #aaa;
	background-color: #ddd;
	color: #222;
}
.treeview li li li{ 
	margin: 0;
	padding: 3px 0pt 3px 15px;
	border-bottom: 1px dashed #aaa;
	background-color: #ccc;
	color: #333;
}
.treeview li li li li{ 
	margin: 0;
	padding: 3px 0pt 3px 15px;
	border-bottom: 1px dashed #aaa;
	background-color: #bbb;
	color: #444;
}
.treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: #0075FF; cursor: pointer; }
.treeview .collapsable-hitarea {background-image: url(../icon/open.png);}
.treeview .expandable-hitarea {background-image: url(../icon/close.png);}
