#sidenavigation ul li a {
	display: block;
	text-decoration: none;
	color: #845e34;
	font-size: 12px;
	font-family: sans-serif, arial;
	padding: 10px 20px;
	border: solid #c7d2a3; 
	border-width: 0 0 1px 0;
	}
#sidenavigation ul li a:hover { text-decoration:none; background:#c7d2a3;}

/* nested list */
#sidenavigation ul li ul {	border: 1px solid #c7d2a3; }
#sidenavigation ul li ul a {
	background: #e9f1d3; 
	border: solid #c7d2a3; 
	border-width: 0 0 1px 0;
	color: #9b6d3c; 
	text-decoration:none; 
	}
	
#sidenavigation ul li ul a:hover { 
	text-decoration:none; 
	background:#c7d2a3; 
	}


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

ul.vertical {
  position: absolute;
  z-index: 1000;
  cursor: default;
  margin: 0 0 15px;
 /* padding-bottom: 50px; */
  left: 0;
  top: 0;
  background: #dee5c9;
}

ul.vertical li {
  position: relative;
  text-align: left;
  cursor: pointer;
  cursor: hand;
  width: 160px;
 /* margin: -1px 0 0 0; */
}

ul.vertical ul {
	background: #dee5c9;
	z-index: 1020;
	cursor: default;
	width: 185px;
	margin: 0em 0 0 10em;
	position: absolute;
	left: -1000em;
	top: 0;
	padding: 0px;
}

ul.vertical ul li {
  width: 185px;
}
/* dropout positioning */
ul.vertical ul ul {
  margin: 0em 0.5em 0 11.5em;
}


ul.vertical a:link, ul.vertical a:visited {
  display: block;
  cursor: pointer;
  cursor: hand;
  background: #dee5c9;
  border: 0px solid #F1F4D4;
  padding: 5px 7px;
 /* font: normal normal bold 0.7em tahoma, verdana, sans-serif;*/
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  font-weight:bold;
  color: #FFF;
  text-decoration: none;
/*  letter-spacing: 1px;
  border-bottom: 1px solid #F1F4D4;*/
}

ul.vertical a:hover, 
ul.vertical a:focus, 
ul.vertical a:active,
ul.vertical a.rollover:link, 
ul.vertical a.rollover:visited {
  background: #c7d2a3;
  color: #845e34;
}

/* submenu indicator arrows */
ul.vertical li.hasmenu > a:link, ul.vertical li.hasmenu > a:visited {}

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 {

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

* 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) #707916 no-repeat 95% 50%" : "#000");
}
*/

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


