/* Убрать точки в меню */
.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	margin-left: 20px;
}

/* Подменю2 */
.treeview ul {
	margin-top: 4px;
}

/* Меню2 */
.treeview .hitarea {
	background: url(images/treeview-default.png) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}

/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

/* Подменю1 */
A.submenu {
 color: #000000;
 text-decoration: none;
}

/* Меню1 */
A.menu {
 color: #000000; 
 text-decoration: none;
}

.treeview .hover { color: #000000; cursor: pointer;  text-decoration: underline;}

.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(images/treeview-default.png); }
.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 16px; }
.filetree li.expandable span.folder { background: url(images/folder-closed.gif) 0 0 no-repeat; }
.filetree span.file { color: RGB(242, 200, 98); background: url(images/file.gif) 0 0 no-repeat; }