.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	font-family:"trebuchet MS","DejaVu Sans", "Andale Sans";
	font-size:11px;
	background:#eeeeee;
	line-height:17px;
}

.treeview ul {
	margin-top: 1px;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}
.treeview li { 
	margin: 0;
	padding: 3px 0pt 0px 10px;
}
.treeview li li{ 
	font-family:"trebuchet MS","DejaVu Sans", "Andale Sans";
	font-size: 13px;
	text-decoration:none;
	padding:0px 10px;
}
.treeview ul li ul li{
	list-style-type:none;
	list-style-image:url(../images/green_bullet.gif);
	padding:0px;
	margin:0 0 0 15px;
	font-family:"trebuchet MS","DejaVu Sans", "Andale Sans";
	font-size:12px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	line-height:18px;
/*	background:#deeef5;*/
	}
#treecontrol {
	margin: 1em 0;
	display: none;
	}
.treeview .hover {
	cursor: pointer;
	}
.filetree li {
	padding: 2px 0 2px 0px;
	}
.filetree span.folder, .filetree span.file {
	padding: 5px 0 10px 15px;
	display: block;
	font-family:"trebuchet MS","DejaVu Sans", "Andale Sans";	
	}
.filetree span.folder {
	background: url(../images/tab_v.gif) right top no-repeat;
	font-size:15px;
	}
.filetree li.expandable span.folder {
	background: url(../images/tab_v.gif) no-repeat right -39px;
	border-bottom:8px solid #FFFFFF;	
	}
.filetree span.file {
	background: url(../images/file.gif) 0 0 no-repeat;
	}
.white_head{
	font-size:15px;
	color:#333333;
	text-decoration:none;
	}