.treeview, .treeview ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	font-size:12px;
}

.treeview ul {
	margin-top: 2px;
	list-style-position:inside;
}

.treeview .hitarea {
	background: url(/images/menu/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: 0px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:left;
}

.treeview li {
	margin: 0px;
	text-indent:0px;
	padding: 3px 0pt 3px 15px;
	_padding: 3px 0pt 3px 17px;
	float:left;
	width:180px;
}
.treeview li li{
	margin: 0px;
	padding: 0px 0pt 3px 30px;
	height:auto;
	float:left;
	

}
.treeview li.expandable{
  padding-left:0px;
}
.treeview li.collapsable{
  padding-left:0px;
}
.treeview li.collapsable {
  padding-left:0px;
}
.treeview li li a{
	display:block;
	float:left;
	width:180px;

}

.treeview a.selected {
color: #000;
}

#treecontrol {
margin: 0px;
display: none;
}

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

.treeview li { background: url(/images/menu/treeview-default-line.gif) 0px 0px no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0px -176px; }

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

.treeview li.last { background-position: 0px -176px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(/images/menu/treeview-default.gif); }
.treeview li.lastCollapsable { background-position: 0px -111px }
.treeview li.lastExpandable { background-position: -32px -67px;}

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

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

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

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

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


.filetree li { padding: 3px 0px 2px 0px; }
.filetree span.folder, .filetree span.file { padding: 1px 0px 1px 0px; display: block; }
.filetree span.folder { background: url(/images/menu/folder.gif) 0px 0px no-repeat; }
.filetree li.expandable span.folder { background: url(/images/menu/folder-closed.gif) 0px 0px no-repeat; }
.filetree span.file { background: url(/images/menu/file.gif) 0px 0px no-repeat; }
/******vlastni***/

