/* structural styles and offsets */
ul.horizontal, ul.horizontal li, ul.horizontal ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
	border: 0;
}
ul.horizontal ul {background-color: #576E54;}
ul.horizontal {
	position: absolute;
	z-index: 1000;
	cursor: default;
}
ul.horizontal li {
	width: auto;
  float: left;
  position: relative;
  cursor: pointer;
  cursor: hand;
  text-align: left;
  left: 0em;
  margin: 0 0 0 0;
}

* html ul.horizontal li {
  margin: 0 -1.1em 0 2px;
	left: 1em;
	
	margin: 0;
  left: 0;
}

ul[class^="horizontal"] li {
  margin: 0 -1.4em 0 2px;
  left: 1em;
	
	margin: 0;
	left: 0;
}

ul.horizontal ul {
  z-index: 2020;
  padding: 0;
  cursor: default;
  position: absolute;
  left: -100em;
  top: auto;
  width: 11em;
  margin: 0 0 0 0;
  padding: 1px 0 0 0;
}

ul.horizontal ul li {
  width: 11em;
  float: none;
  left: auto;
  margin: 0 0 0 0;
	border: 0;
	border-bottom: 1px solid #792C00;
}

ul.horizontal ul ul {
  margin: -0.45em 0 0 7.65em;
}
ul.horizontal ul ul li  {}
/* design styles */
ul.horizontal ul {}

ul.horizontal a {
  display: block;
  cursor: pointer;
  cursor: hand;
  padding: 5px 18px 5px 7px;
	padding: 8px 0px 8px 20px;
  color: #8FC186;
  text-decoration: none;
  letter-spacing: 1px;
	font-weight: bold;
	 background: none;
	}

ul.horizontal a:hover {color: #8FBF8B;}
ul.horizontal a:visited {color: #8FBF8B;}
ul.horizontal a:focus {color: #8FBF8B;}
ul.horizontal a:active {color: #8FBF8B;}
ul.horizontal a.rollover:link {color: #8FBF8B;}
ul.horizontal a.rollover:visited  {color: #8FBF8B;}
ul.horizontal a.rollover:hover {color: white;}
ul.horizontal a:hover {color: white;}

/* browser hacks */
ul.horizontal a { float: left; }
@media Screen, Projection { ul.horizontal a { float: none; } }
ul.horizontal ul a { float: none !important; }
@media screen, projection {
  * html ul.horizontal li {
    display: inline;
    f\loat: left;
  }
}
* html ul.horizontal li { position: static; }
* html ul.horizontal a { position: relative; }

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

