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

.treeview ul {
	background-color: #f2f2f2;
	padding-top: 2px;
}

.treeview .hitarea {
	height: 1px;
	width: 1px;
	margin-left: -1px;
	float: left;
	cursor: pointer;
}

/* fix for IE6 */
* html .hitarea {
	display: inline;
	float: none;
}

.treeview li {
	margin: 0;
	padding: 3px 0pt 2px 7px;
}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol {
	display: none;
}

a,a:link,a:visited {
	color: #000;
	display: block;
	text-decoration: none;
}

a:hover {
	color: #000;
	display: block;
	text-decoration: none;
}

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

.filetree li {
	padding: 0px;
}

.level_one {
	color: #000;
	font-size: 13px;
	border-bottom: 1px solid silver;
	width: 100%;
}

.level_one a {
	color: #000;
}

.level_two {
	color: #ff9900;
	font-size: 11px;
}

.level_two a {
	color: #3f4256;
	font-size: 11px;
}

.level_three {
	color: #ff9900;
	font-size: 11px;
}

collapsable {
	font-weight: bold;
}
