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

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

.treeview .hitarea {

	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;

}


#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: #ffffff; cursor: pointer; }


.treeview li.lastCollapsable, .treeview li.lastExpandable { }  
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }


.filetree li { padding: 3px 0 2px 5px; }
.folder_main1 {

	padding:3px;
	display: block;
	background-color: #4D63CE;
	color:#FFFFFF;
	width:180px;
}

.folder_main2, .folder_main2:hover {

	padding:3px;
	padding-left:8px;
	display: block;
	background-color: #003366;
	color:#FFFFFF;
	width:170px;

}

.folder_main2s, .folder_main2s:hover {
	background:url(../images/nyil3.gif) no-repeat left center #003366;
	padding:3px;
		padding-left:8px;
	display: block;

	color:#FFFFFF;
	width:170px;

}

.folder_main3 {

	padding:3px;
	padding-left:10px;
	display: block;
	background-color: #000033;
	color:#FFFFFF;
	width:100px;
}

.folder_main3s {
	background:url(../images/nyil3.gif) no-repeat left center #000033;
	padding:3px;
		padding-left:10px;
	display: block;

	color:#FFFFFF;
	width:100px;

}


