#flatten { /*display:none; */ position:relative; top:-5px;  }

.treeview  { margin:0px; padding:0px; }


.treeview ul{ 
margin: 0;
padding: 0;
}

.treeview li{ 
list-style-type: none;
padding-left: 19px;
margin-bottom: 0px;
height:1%;
font-weight:bold;
}

.treeview li li {

  background: url(http://www.e-cestovka.sk/utils/treemenu/list.gif) no-repeat 0px 6px;

}

.treeview li.submenu{
background: url(http://www.e-cestovka.sk/utils/treemenu/closed.gif) 0px 5px no-repeat;
cursor: hand !important;
cursor: pointer !important;
}

.treeview li.submenu ul{ 
display: none; 
}

.treeview .submenu ul li{ 
cursor: default;
font-weight:normal;
}

#left-navigation a.vybrate { color:#4cb034; font-weight:bold;  }
#vybrate ul { display:block; }

.treeview li a { text-decoration:none; }
