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

ul.horizontal {
  position: relative;
  top:1px;    
  left:-8px;
  margin: 0 0 0 0;   
  cursor: default;
  z-index: 2000;
}

* html ul.horizontal 
{
  position: absolute;     
  cursor: default;
  left:52%;
  top:67px;
  z-index: 2000;
}

ul.horizontal li {
  width: auto;
  float: left;
  position: relative;
  position /*\**/:static \9;
  cursor: pointer;
  cursor: hand;
  text-align: left;
  left: 1em;
  margin: 0 0 0 -0.1em;  
}

#navigation1
{

	position:relative;
	z-index:10000;
		_position:fixed;
		
}


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

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

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

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

* html ul.horizontal ul 
{
  z-index: 2020;
  cursor: default;
  position: absolute;
  left: -100em;
  top: auto;
  width: 8.2em;
  margin: 1em 0 0 -5.8em;  
}

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

ul.horizontal ul ul {
  margin: 0 0 0 12.5em;    
  background: #837C61; 
}

/* design styles */

ul.horizontal a, ul.horizontal a:visited {
  display: block;
  cursor: pointer;
  cursor: hand;
  background: #BE3324;
  padding: 1px 10px 1px 7px; 
  font: normal 11px Trebuchet MS;        
  color: #FFFFFF;
  text-decoration: none;
  letter-spacing: 0px;  
}

ul.horizontal a:hover, ul.horizontal a.rollover:link
{
	 color: #837C61;    
}

ul.horizontal ul ul li a, ul.horizontal ul ul li a:visited {
  display: block;
  cursor: pointer;
  cursor: hand;
  background: #837C61;
  padding: 1px 10px 1px 7px; 
  font: normal 11px Trebuchet MS;        
  color: #FFFFFF;
  text-decoration: none;
  letter-spacing: 0px;  
}

ul.horizontal ul ul li a:hover, ul.horizontal ul ul li a:focus, ul.horizontal ul ul li a:active,
ul.horizontal ul ul li a.rollover:link, ul.horizontal ul ul li a.rollover:visited {

  color: #BE3324;  
}

/* submenu indicator arrows */

ul.horizontal ul li.hasmenu > a:link, ul.horizontal li.hasmenu > a:visited {
  background: url(white-arrow.gif) #BE3324 no-repeat 95% 50% !important;   
}


ul.horizontal ul li.hasmenu > a:hover,
ul.horizontal ul li.hasmenu > a:focus,
ul.horizontal ul li.hasmenu > a:active,
ul.horizontal ul li.hasmenu > a.rollover,
ul.horizontal ul li.hasmenu > a.rollover:visited {
  background: url(white-arrow.gif) #BE3324 no-repeat 95% 50% !important;
}

* html ul.horizontal ul li.hasmenu a,
* html ul.horizontal ul li.hasmenu a:visited {
  background: expression(/hasmenu/.test(this.parentNode.className)
      ? "url(white-arrow.gif) #BE3324 no-repeat 95% 50%" : "#837C61");
}

* html ul.horizontal ul li.hasmenu a:hover,
* html ul.horizontal ul li.hasmenu a:active,
* html ul.horizontal ul li.hasmenu a.rollover,
* html ul.horizontal ul li.hasmenu a.rollover:visited {
  background: expression(/hasmenu/.test(this.parentNode.className)
      ? "url(white-arrow.gif) #BE3324 no-repeat 95% 50%" : "#837C61");
}

/* browser hacks */
ul.horizontal li { display:table; }
ul[class="horizontal"] li { display:block; }

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;
    float: left;
    background: #fff;
  }
}
* html ul.horizontal li { position: static; }
* html ul.horizontal a { position: relative; }

*+html ul.horizontal li {
  display: inline;
  float: left;
  background: #fff;
  }
*+html ul.horizontal li { position: static; }
*+html ul.horizontal a { position: relative; }

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

