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

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

.treeview .hitarea {
	background: url(images/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}
.treeview .hover {
	color: red;
	cursor: pointer;
}
.filetree li {
	line-height:1.2em;
	overflow:hidden;
}
.content_folder {
	padding-left: 20px;
	display: block;
	height: 18px;
	background: url(images/content.png) 2px 0 no-repeat;
	border-bottom:#99bbe8 solid 1px;
	padding-bottom:2px;
}
.users_folder {
	padding-left: 20px;
	display: block;
	height: 18px;
	background: url(images/users.png) 2px 0 no-repeat;
	border-bottom:#99bbe8 solid 1px;
	padding-bottom:2px;
}
.reports_folder {
	padding-left: 20px;
	display: block;
	height: 18px;
	background: url(images/reports.png) 2px 0 no-repeat;
	border-bottom:#99bbe8 solid 1px;
	padding-bottom:2px;
}
.maintenance_folder {
	padding-left: 20px;
	display: block;
	height: 18px;
	background: url(images/wrench.png) 2px 0 no-repeat;
	border-bottom:#99bbe8 solid 1px;
	padding-bottom:2px;
}
.configs_folder,.kaplya_folder {
	display: block;
	height: 18px;
	background: url(images/configs.gif) 2px 0 no-repeat;
	border-bottom:#99bbe8 solid 1px;
	padding-bottom:2px;
}
.kaplya_folder {
  padding-top:5px;
}
.system_folder {
	padding-left: 20px;
	display: block;
	height: 18px;
	background: url(images/system.png) 2px 0 no-repeat;
	border-bottom:#99bbe8 solid 1px;
	padding-bottom:2px;
}
.urls_folder {
	padding-left: 20px;
	display: block;
	height: 18px;
	background: url(images/urls.png) 2px 0 no-repeat;
	border-bottom:#99bbe8 solid 1px;
	padding-bottom:2px;
}
.admin_folder {
	padding-left: 20px;
	display: block;
	height: 18px;
	background: url(images/admin.png) 2px 0 no-repeat;
	border-bottom:#99bbe8 solid 1px;
	padding-bottom:2px;
}
.home_folder {
	padding-left: 20px;
	display: block;
	height: 18px;
	background: url(images/house.png) 2px 0 no-repeat;
	border-bottom:#99bbe8 solid 1px;
	padding-bottom:2px;
}
.logout_folder {
	padding-left: 20px;
	display: block;
	height: 18px;
	background: url(images/logout.png) 2px 0 no-repeat;
	border-bottom:#99bbe8 solid 1px;
	padding-bottom:2px;
}
.ban_folder {
	padding-left: 20px;
	display: block;
	height: 18px;
	background: url(images/ban.png) 2px 0 no-repeat;
	border-bottom:#99bbe8 solid 1px;
	padding-bottom:2px;
}
.filetree span {
 padding-left: 23px;
	display: block;
	height: 20px;
}
.inner_menu li {
	line-height:1.2em;
	padding-left:0px;
	background-color:#FFFFFF;
	background-image:none;
	border:0px;
}

