/* structural styles and offsets */
ul.vertical, ul.vertical li, ul.vertical ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 12px;
}
ul.vertical {
  position: relative;
  z-index: 1000;
  cursor: default;
	width: 183px;
	left: 5px;
  top: 1em;
}
ul.vertical li {
  position: relative;
  text-align: left;
  cursor: pointer;
  cursor: hand; 
  width: 183px;
  margin: -1px 0 0 0;
}
ul.vertical ul {
  z-index: 1020;
  cursor: default;
	width: 230px; 
  margin: 5px 0 0 180px;
  position: absolute;
  left: -100em;
  top: 0;
  padding: 1px 0 0 0;
}
ul.vertical ul li {
   width: 230px;
}
ul.vertical ul ul {
  margin: 5px 0 0 220px;
}
/* design styles */
ul.vertical ul {
  border-width: 0px;
  border-style: solid;
  border-color: #ffeca7 #a97741 #a97741 #ffeca7;
}
/*ul.vertical a {width: 100%;}*/
ul.vertical a:link, ul.vertical a:visited {
  display: block;
  cursor: pointer;
  cursor: hand;
  background: #9DBE6F;
  border-top: 1px dotted #E7EAEF;
	border-bottom: 1px dotted #E7EAEF;
  padding: 3px 7px;
  font-weight: bold;
  color: #E7EAEF;
  text-decoration: none;
  letter-spacing: 1px;
}
ul.vertical ul a:link, ul.vertical ul a:visited {padding: 1px 7px;}
ul.vertical a:hover, ul.vertical a:focus, ul.vertical a:active,
ul.vertical a.rollover:link, ul.vertical a.rollover:visited {
  background: #9DBE6F;
  color: #E7EAEF;
}

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

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(right-red.gif) #9DBE6F no-repeat 95% 50%;
}

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

* 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(right-red.gif) #9DBE6F no-repeat 95% 50%" : "#9DBE6F");
}

/* 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: #fff;
  }
}
* html ul.vertical li { position: static; }
* html ul.vertical a:link, * html ul.vertical a:visited { position: relative; }
