/* structural styles and offsets */

ul.horizontal, ul.horizontal li, ul.horizontal ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 85%;
  font-weight: bold;
}

ul.horizontal {
  position: absolute;
  background-color: #ffc424;
  left: 0;
  width: 100%;
  height: 22px;
  cursor: default;
  z-index: 2000;
  font-size: 1em;
  border-top: 2px solid #fff;
  background-image: url(/images/bg_navigation.gif);
  background-position: right top;
  background-repeat: no-repeat;
}

ul.horizontal li {
  width: auto;
  float: left;
  position: relative;
  cursor: pointer;
  text-align: left;
  left: 1em;
  margin: 0 0 0 -0.1em;
}

* html ul.horizontal li {
/*  margin: 0 -1.1em 0 1em;  */
  left: 0;
}

ul[class^="horizontal"] li {
/*  margin: 0 -1.1em 0 1em;  */
  left: 0;
}

ul.horizontal ul {
  z-index: 2020;
  padding: 0;
  cursor: default;
  position: absolute;
  left: -100em;
  top: auto;
  width: 18em;
  margin: 0 0 0 0;
  padding: 1px 0 0 0;
}

ul.horizontal ul li {
  width: 18em;
  float: none;
  left: auto;
  margin: -1px 0 0 0;
font-size: 100%;
}

ul.horizontal ul ul {
  margin: -0.45em 0 0 18em;
  font-size: 100%;
}

/* design styles */
ul.horizontal ul {
  border-width: 1px;
  border-style: solid;
  border-color: #ffc424;
  background-color: #ffc424;
}

ul.horizontal a, ul.horizontal a:visited {
  display: block;
  cursor: pointer;
  padding: 4px 10px 4px 10px;
  color: #0067b1;
  text-decoration: none;
  letter-spacing: 1px;
  background-color: #ffc424;
}

ul.horizontal a:hover, ul.horizontal a:focus, ul.horizontal a:active,
ul.horizontal a.rollover:link, ul.horizontal a.rollover:visited {
  background-color: #0067b1;
  color: #fff;
}

ul.horizontal ul li a:link, ul.horizontal ul li a:visited {
  display: block;
  cursor: pointer;
  background-image: none;
  border: 1px solid #fff;
  padding: 4px 10px 4px 10px;
  color: #424242;
  text-decoration: none;
  letter-spacing: 1px;
  background-color: #ffc424;
}

ul.horizontal ul li a:hover, ul.horizontal ul li a:focus, ul.horizontal ul li a:active,
ul.horizontal ul li a.rollover:link, ul ul.horizontal ul li a.rollover:visited {
  background: #0067b1;
  color: #fff;
}

/* submenu indicator arrows */
/* This property changes the colour of the main menu item which has children*/
ul.horizontal li.hasmenu > a:link, ul.horizontal li.hasmenu > a:visited {
  /*background: url(/images/down-white.gif) #fffd04 no-repeat 92% 50%;*/
  background: url(/images/down-white.gif) #ffc424 no-repeat 99% 50%;
}
/* This property changes is the colour of the submenu which has children items */
ul.horizontal ul li.hasmenu > a:link, ul.horizontal ul li.hasmenu > a:visited {
  background: url(/images/down-white.gif) #0067b1 no-repeat 99% 50%;
}

/* This property is the hover effect on the main menu item which has children */
ul.horizontal li.hasmenu > a:hover,
ul.horizontal li.hasmenu > a:focus,
ul.horizontal li.hasmenu > a:active,
ul.horizontal li.hasmenu > a.rollover,
ul.horizontal li.hasmenu > a.rollover:visited {
  background: url(/images/down-white.gif) #0067b1 no-repeat 99% 50%;
}

/* This is the hover effect on the submenu which has children items */
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(/images/down-white.gif) #0067b1 no-repeat 99% 50%;
}

* html ul.horizontal li.hasmenu a:link {
  background: expression(/hasmenu/.test(this.parentNode.className) ? "url(/images/down-white.gif) #ffc424 no-repeat 99% 50%" : "#ffc424");
}
* html ul.horizontal li.hasmenu a:visited {
  background: expression(/hasmenu/.test(this.parentNode.className) ? "url(/images/down-white.gif) #ffc424 no-repeat 99% 50%" : "#ffc424");
}
* html ul.horizontal ul li.hasmenu a:link {
  background: expression(/hasmenu/.test(this.parentNode.className) ? "url(/images/down-white.gif) #0067b1 no-repeat 99% 50%" : "#fffec2");
}
* html ul.horizontal ul li.hasmenu a:visited {
  background: expression(/hasmenu/.test(this.parentNode.className) ? "url(/images/down-white.gif) #0067b1 no-repeat 99% 50%" : "#0067b1");
}

* html ul.horizontal li.hasmenu a:hover,
* html ul.horizontal li.hasmenu a:active,
* html ul.horizontal li.hasmenu a.rollover,
* html ul.horizontal li.hasmenu a.rollover:visited {
  background: expression(/hasmenu/.test(this.parentNode.className) ? "url(/images/down-white.gif) #0067b1 no-repeat 99% 50%" : "#0067b1");
}

* 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(/images/down-white.gif) #0067b1 no-repeat 99% 50%" : "#0067b1");
}

/* 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;
    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;
}
