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

.treeview ul {
	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;
	padding: 3px 0pt 3px 16px;
}

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

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

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

.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 1px -1766px }
.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; }

.treeview-red li { background-image: url(images/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(images/treeview-red.gif); }

.treeview-black li { background-image: url(images/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(images/treeview-black.gif); }

.treeview-gray li { background-image: url(images/treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(images/treeview-gray.gif); }


.treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable {}
.treeview-famfamfam .hitarea { display:none; }
.treeview-famfamfam ul {padding:0px; margin:0px;}

#mainmenu { padding:0px; margin:0px; }

.filetree li { padding: 3px 0 2px 16px; list-style:none; margin:0px; list-style-position:outside;}
.filetree span.folder, .filetree span.file {  display: block; }
.filetree span.folder {display:block;
}

.filetree li.expandable span.folder {	 }

.last{background-image:url(/templates/cicleteme/images/menu.gif);
display:block;
}

.file a{display:block;
height:20px;
padding-top:5px;
padding-left:20px;
}

.file a:hover{
display:block;
color:#0078FF;
height:20px;
padding-top:5px;
padding-left:20px;
background-image:url(/templates/cicleteme/images/menu1.gif);
}

.collapsable a{padding-left:20px;
display:block;
height:20px;
padding-top:5px;
}

.collapsable ul a{
padding-left:40px;
}

.collapsable ul a:hover{
padding-left:40px;
color:#0078FF;
}
.expandable{display:block;
}
.expandable a{padding-left:20px;
display:block;
height:20px;
padding-top:5px;
}

.expandable a:hover{
padding-left:20px;
color:#0078FF;
display:block;
height:20px;
padding-top:5px;
background-image:url(/templates/cicleteme/images/menu1.gif);
}
