.treeview { 
	padding: 0px;
	margin: 0px;
	margin-bottom:50px;
	list-style: none;
}
.treeview ul { 
	padding: 0px;
	margin: 0px;
	list-style: none;

	height:auto;
	float:left;
}
.treeview ul li ul { 
	padding: 0px;
	margin: 0px;
	list-style: none;
	font-size:16px;
	height:auto;
	float:left;
}
.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:none;
}
.treeview a{
	color:#f00;
	font-size:16px;
	text-decoration:none;
	display:block;
	padding-left:5px;
}
.treeview li { 	
font-size:16px;
color:#f00;
	margin: 0px;
	padding: 3px 0pt 3px 0px;
}
.treeview li li{ 
	margin: 0px;
	padding: 0px 0pt 3px 0px;
}
.treeview a.selected {
color: #000;
}

#treecontrol { 
margin: 0px;
display: none;
}

.treeview .hover { 
color: black;
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; margin-right:10px; }
.treeview .collapsable-hitarea {  margin-right:10px; }
.treeview li.last { background-position: 0px -176px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(/images/menu/treeview-default.gif); }  

.treeview LI.collapsable { height:auto; float:left; width:250px; }  
.treeview LI.expandable { height:auto;float:left; width:250px; }  
.treeview li.lastCollapsable { background-position: 0px -111px; }
.treeview li.lastExpandable { background-position: -32px -67px;}
.treeview LI ul { margin: 0px; margin-top:5px; } 
.treeview LI ul li { margin-left:22px; } 
.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***/

