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


.treeview ul {
	background-color: none;
	margin-top: 4px;
}

/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
}

.treeview a.selected {
	background-color: none;
}

#treecontrol { 
	margin: 1em 0; display: none; 
}


.filetree li { 
}

.filetree span.folder, .filetree span.file { 
	display: block; 
}

.folder{
	background-image: url('design/arc.jpg');
	background-position: center right;
	background-repeat: no-repeat;
	text-align: left;
	color: #9D9D9D;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.file{
	background-image: url('design/arc_sz.jpg');
	background-position: center right;
	background-repeat: no-repeat;
	text-align: left;
}

.file a{
	font-family: verdana;
	color: #9D9D9D;
	font-size: 11px;
	text-decoration: none;
}
