.treeview ul {
	/*background-image: url(images/pic2.jpg);*/
	background-repeat: repeat-y;
	background-position: right top;
}
.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}
.treeview div.hitarea {
	height: 15px;
	width: 15px;
	margin-left: -15px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html div.hitarea {
	background: #fff;
	filter: alpha(opacity=0);
	display: inline;
	float:none;
}
.treeview li {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	margin: 0;
}

.treeview a.selected {
	color: #174589;
	font-weight: bold;
}

#treecontrol { margin: 1em 0; }

.treeview .hover {
	color: red;
	cursor: pointer;
	font-weight: bold;
}


.filetree li {
	padding: 0px;
}

.hu {
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
