.treeview, .treeview ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	width:315px;
}
.treeview ul {
	margin-top: 2px;
}
.treeview .hitarea {
	background: url(/images/menu/treeview-famfamfam.png) -65px -25px no-repeat;
	height: 14px;
	width: 14px;
	float: left;
	margin-top: 1px;
	cursor: pointer;
}
* html .hitarea {
	display: inline;
	float: none;
}
.treeview li {
	margin: 0;
	padding: 0px;
  float: right;
	width: 275px;
  min-height:16px;
	padding: 5px 20px;
	padding-left: 27px;
	background-image: url(/images/odrazka_1.png);
	background-position: left 6px;
	background-repeat: no-repeat;
}
.treeview li a {
	color: #000;
	padding:0px;
  display: block;
	text-align: left;
	font-weight: normal;
	font-size: 13px;
	text-decoration: none;
}
.treeview li.collapsable, .treeview li.expandable{
background: none;
}
.treeview li.collapsable, .treeview li.expandable {
	padding-left: 0px;
  width:302px;
}
.treeview li.collapsable a, .treeview li.expandable a{
	padding-left: 27px;
}
.treeview li.collapsable ul {
	margin: 0px;
	padding: 0px;
  width:302px;
}
.treeview li.collapsable ul li {
	margin: 0px;
	padding: 0px;
	width: 275px;
	border: 0px;
	padding: 5px 0px;
  background: none;
}          

.treeview li.collapsable ul li a {
	color: #000;
	padding-left: 13px;
	font-weight: normal;
	display: block;
	font-size: 12px;
}
.treeview li.collapsable ul li.collapsable ul li a {
	color: #444;
	padding:2px 5px;
	padding-left: 33px;
	margin-left: 25px;
	display: block;
	font-size: 11px;
}
.treeview li.collapsable a, .treeview li.collapsable ul li.collapsable a {

}
#treecontrol {
	margin: 1em 0;
	display: none;
}
.treeview .hover {
	cursor: pointer;
}
.treeview .expandable-hitarea {
	background-position: -81px -1px;
}
.treeview li.last {

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

.treeview li.collapsable a.selected {
text-decoration: underline;
}
.treeview li ul li a.selected {
text-decoration: underline;
}
.treeview li.collapsable ul li.collapsable ul li a.selected {
text-decoration: underline;
}
.treeview a.selected:hover, .treeview li.collapsable ul li a.selected:hover {
	text-decoration: underline;
}
.treeview li a:hover, .treeview li.collapsable ul li a:hover, .treeview li.collapsable li.collapsable ul li a:hover {
	text-decoration: underline;
}
 .treeview a.selected {
text-decoration: underline;

}