/* structural styles and offsets */
ul.vertical, ul.vertical li, ul.vertical ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-family: Tahoma;
  font-size: 18px;
}

ul.vertical {
  position: relative;
  z-index: 1000;
  cursor: default;
  width: 5em;
  left: 0.5em;
  top: 0em;
}

ul.vertical li {
  position: relative;
  text-align: left;
  cursor: pointer;
  cursor: hand;
  width: 8em;
  margin: 0 0 0 0;
}

ul.vertical ul {
  z-index: 1020;
  cursor: default;
  width: 8.2em;
  margin: -0.5em 0 0 7.5em;
  position: absolute;
  left: -100em;
  top: 0;
  padding: 1px 0 0 0;
}

ul.vertical ul li {
  width: 8.2em;
}

ul.vertical ul ul {
  margin: -0.5em 0 0 7.7em;
}


/* design styles */
ul.vertical ul {
  border-width: 0px;
  border-style: solid;
  border-color: #ffeca7 #a97741 #a97741 #ffeca7;
}

ul.vertical a:link, ul.vertical a:visited {
  display: block;
  cursor: pointer;
  cursor: hand;
  background: #A5C0D8;
  border: 0px solid #edbb85;
  padding: 5px 7px 0 0;
  font: normal normal normal 0.7em Tahoma, verdana, sans-serif; /* za bold daj tretji "normal" na bold */
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  
}

ul.vertical a:hover, ul.vertical a:focus, ul.vertical a:active,
ul.vertical a.rollover:link, ul.vertical a.rollover:visited {
  background: #A5C0D8;
  background-color: #A5C0D8;
  color: #ffffff;
  text-decoration: none;
}


/* submenu indicator arrows */
/* Mozilla */
ul.vertical li.hasmenu > a:link, ul.vertical li.hasmenu > a:visited {
  background: url(../images/right-green.gif) #A5C0D8 no-repeat 100% 50%;
}

/* Mozilla */
ul.vertical li.hasmenu > a:hover,
ul.vertical li.hasmenu > a:focus,
ul.vertical li.hasmenu > a:active,
ul.vertical li.hasmenu > a.rollover:link,
ul.vertical li.hasmenu > a.rollover:visited {
  background: url(../images/right-red.gif) #669933 no-repeat 100% 50%;
}

/* IE */
* html ul.vertical li.hasmenu a,
* html ul.vertical li.hasmenu a:visited {
  background: expression(/hasmenu/.test(this.parentNode.className)
      ? "url(./images/right-green.gif) #A5C0D8 no-repeat 100% 50%" : "#A5C0D8");
}

/* IE */
* html ul.vertical li.hasmenu a:hover,
* html ul.vertical li.hasmenu a:active,
* html ul.vertical li.hasmenu a.rollover,
* html ul.vertical li.hasmenu a.rollover:visited {
  background: expression(/hasmenu/.test(this.parentNode.className)
      ? "url(./images/right-red.gif) #A5C0D8 no-repeat 100% 50%" : "#A5C0D8");
}

/* iframe layer */
ul iframe {
  position: absolute;
  z-index: 1010;
  border: none;
}

/* browser hacks */
@media screen, projection {
  * html ul.vertical li {
    display: inline;
    f\loat: left;
    background: #A5C0D8;
  }
}
* html ul.vertical li { position: static; }
* html ul.vertical a:link, * html ul.vertical a:visited { position: relative; }

