/* 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: absolute;
  left: 3px;*/
  /* width: 100%; - changed */
  /*width: 775px;
  cursor: default;
  z-index: 2000;
  top: 190px;
}*/

ul.horizontal {
  position: absolute;
  /*left: 3px;*/
  /* width: 100%; - changed */
  width: 778px;
  cursor: default;
  z-index: 2000;
  /*top: 10px;*/
}

ul.horizontal li {
  /* width: auto; - changed */
  width: 155px;
  float: left;
  position: relative;
  cursor: pointer;
  cursor: hand;
  text-align: left;
  /* left: 1em; - changed */
  left: 0;
  /* margin: 0 0 0 -0.1em; - changed */
  margin: 0;
}

* html ul.horizontal li {
  /* margin: 0 -1.1em 0 1em; - changed */
  margin: 0;
  left: 0;
}

ul[class^="horizontal"] li {
  /* margin: 0 -1.1em 0 1em; - changed */
  margin: 0;
  left: 0;
}

ul.horizontal ul {
  z-index: 2020;
  cursor: default;
  position: absolute;
  left: -100em;
  top: auto;
  /* width: 8.2em; - changed */
  width: 153px;
  margin: 0 0 0 0;
  /* padding: 1px 0 0 0; - changed */
  padding: 0;
}

ul.horizontal ul li {
  /* width: 8.2em; - changed */
  width: 153px;
  float: none;
  left: auto;
  margin: -1px 0 0 0;
}

ul.horizontal ul ul {
  /* margin: -0.45em 0 0 7.65em; - changed */
  margin: 0.45em 0 0 7.65em;
}

/* design styles */
ul.horizontal {
  /*background-color: #2c324d;*/
   background-color: #254173;
  
}

ul.horizontal ul {
  border: 1px solid #ffffff;
  /*
  border-width: 1px;
  border-style: solid;
  border-color: #ffeca7 #a97741 #a97741 #ffeca7;
  -- changed
  */
}

ul.horizontal ul a,
ul.horizontal ul a:visited {
  border-top: 1px solid #d6d6d6;
}

ul.horizontal ul a:hover, 
ul.horizontal ul a:focus, 
ul.horizontal ul a:active,
ul.horizontal ul a.rollover:link, 
ul.horizontal ul a.rollover:visited {
  background-color: #d6d6d6;
  color:#0d2c64;
  /*color: #2c324d;*/
}

ul.horizontal a, 
ul.horizontal a:visited {
  display: block;
  cursor: pointer;
  cursor: hand;
  /*background-color: #2c324d;*/
  background-color: #254173;
  /*background-color: #0d2c64;*/
  
  /*
  border-width: 1px;
  border-style: solid;
  border-color: #85cb7e;
  */
  /* background-color: #ffffcc; - changed */
  /* border: 1px solid #edbb85; - changed */
  /* padding: 5px 18px 5px 7px; - changed */
  /* font: normal normal bold 0.7em tahoma, verdana, sans-serif; - changed */
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  text-transform: uppercase;
  
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  
  /* color: #008000; - changed */
  color: #d6d6d6;
  text-decoration: none;
  /* letter-spacing: 1px; - changed */
}

ul.horizontal a:hover, 
ul.horizontal a:focus, 
ul.horizontal a:active,
ul.horizontal a.rollover:link, 
ul.horizontal a.rollover:visited {
  /* background-color: #ffefcf; - changed */
  /* color: #806020; - changed */
  background-color: #d6d6d6;
  color:#254173;
  /*color: #2c324d;*/
}

/* 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;
    float: left;
    /* background: #ffffff; - changed */
  }
}
* html ul.horizontal li { position: static; }
* html ul.horizontal a { position: relative; }

/* iframe layer */
ul iframe {
  position: absolute;
  z-index: 1010;
  border: none;
}
