ul#tree {
	border: 1px solid #e6e6e6;
	padding: 0;
	background-color: #efefef;
	border-bottom: 1px solid #f3f3f3;
	font-size: 11px;
}

.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	color: #000;
	font-size: 11px;
}

.treeview ul {
	margin-top: 4px;
}

.treeview .hitarea {
	background: url(../img/tree/treeview-default-2.gif) no-repeat -64px -25px;
	height: 12px;
	width: 20px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
	margin-top: 1px;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 4px 0pt 4px 20px;
	display: block;
}

.treeview li:hover {
	background-color: #f6f6f6;
}

.treeview a.selected {
	display: block;
	color: #be1a12;
	text-decoration: none;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: #be1a12; cursor: pointer; }

.treeview li { background: url(../img/tree/folder.png) no-repeat 0 center;
	border-right-style: none;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #d2d2d2;
}
.treeview li.collapsable, .treeview li.expandable {
	background-position: 0 -176px;
}

.treeview .expandable-hitarea {
	background-position: -80px -3px;
}

.treeview li.last {
	border-bottom-width: 1px;
	border-bottom-style: none;
	background: url(../img/tree/folder.png) no-repeat left center;
}
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(../img/tree/treeview-default-2.gif); }  
.treeview li.lastCollapsable { background-position: 4px -108px;
	margin-top: 0;
}
.treeview li.lastExpandable { background-position: -28px -64px;
}

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0;
	margin-left: -16px;
}
