/*Kategorimeny*/
div.treeViewPortlet {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 1.6em;
  list-style-type: none; }

div.treeViewPortlet {
  list-style: none;
  margin: 0;
  padding: 0; }

div.treeViewPortlet li {
  list-style: none;
  width: 80%;
  list-style-type: none;
  background-repeat: repeat-x;
  background-position: bottom;
  margin: 0 0 0 20px;
  padding: 10px 0 0 0; }

div.treeViewPortlet li a {
  border: 0;
  text-decoration: none;
  color: #555; }

div.treeViewPortlet li.selected > a {
  color: #0077af; }

div.treeViewPortlet ul {
  display: block;
  list-style: none;
  margin: 0 0 0 0;
  padding: 0; }

/* To style the tree on individual levels this form is used. */