body {
	margin-top: 5px;
}

#logo {
  position: relative;
}

#banner {
  position: relative;
}

/* 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;
  left: 0px;
  width: 100%;
  cursor: default;
  z-index: 2000;
  top: 11px;
}

ul.horizontal li {
  width: auto;
  float: left;
  position: relative;
  cursor: pointer;
  cursor: hand;
  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.3em -1.1em 0 1em;
  left: 0;
}

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

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

ul.horizontal ul li {
  width: 16.5em;
  float: none;
  left: auto;
  margin: -1px 0 0 0;
}

ul.horizontal ul ul {
  margin: -0.45em 0 0 7.65em;
}










/* design styles */
ul.horizontal ul {
  border-width: 0px;
}

ul.horizontal a, ul.horizontal a:visited {
  display: block;
  cursor: pointer;
  cursor: hand;
  /*background: url(menu_bg.gif) repeat x;*/
  border: 0px solid #5c2d91;
  padding: 5px 10px 5px 7px;
  font-weight: bold;
  font-size: 12px;
  font-family: , Arial, Helveticaerdana, Arial, Helvetica, sans-serif;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 1px;
}

ul.horizontal a:hover, ul.horizontal a:focus, ul.horizontal a:active,
ul.horizontal a.rollover:link, ul.horizontal a.rollover:visited {
  /*background: #cbbcfb;
  color: #000000;*/
  /*background: url(menu_bg.gif) repeat x;*/
  color: #cbbcfb
}






/* design styles for child menu*/
#child ul {
  border-width: 0px;
  border-style: solid;
  border-color: #ffeca7 #a97741 #a97741 #ffeca7;
}

#child a, #child a:visited {
  display: block;
  cursor: pointer;
  cursor: hand;
  background: #e1daf6;
  border: 1px solid #000;
  padding: 5px 0px 5px 7px;
  font-weight: normal;
  font-size: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  text-decoration: none;
  letter-spacing: 1px;
}

#child a:hover, #child a:focus, #child a:active,
#child a.rollover:link, #child a.rollover:visited {
  background: #cbbcfb;
  text-decoration:none;
  color: #000000;
  /*color: #cbbcfb;*/
}










/* submenu indicator arrows
ul.horizontal li.hasmenu > a:link, ul.horizontal li.hasmenu > a:visited {
  background: #cbbcfb no-repeat 92% 50% !important;
}

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

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(down-red.gif) #ffefcf no-repeat 92% 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(right-red.gif) #ffefcf no-repeat 95% 50% !important;
}

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

* 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(down-red.gif) #ffefcf no-repeat 92% 50%" : "#ffefcf");
}

* 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(right-red.gif) #ffefcf no-repeat 95% 50%" : "#ffefcf");
}
*/









/* 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: url(menu_bg.gif) repeat x;
  }
}
* html ul.horizontal li { position: static; }
* html ul.horizontal a { position: relative; }

*+html ul.horizontal li {
  display: inline;
  float: left;
  background: url(menu_bg.gif) repeat x;
  }
*+html ul.horizontal li { position: static; }
*+html ul.horizontal a { position: relative; }

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