/* structural styles and offsets */
ul.horizontal, ul.horizontal li, ul.horizontal ul {
  margin:3px 0px 0px 0px;
  padding: 0;
  list-style-type: none;
  font-size: 100%;
}

ul.horizontal {
width: 1000px;
 cursor: default;
}

ul.horizontal li {
  width: auto;
  float: left;
  position: relative;
  cursor: pointer;
 
  text-align: left;
  left: 1em;
  margin: 0 0 0 -0.1em;
}

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;
  padding: 0;
  cursor: default;
  position: absolute;
 left: -100em;
  top: auto;
  width: 18em;
  margin: 0 0 0 0;
  padding: 1px 0 0 0;
  background-color:#1e6d91;
}

ul.horizontal ul li {
  width:18em;
  float: none;
  left: auto;
  margin: -1px 0 0 0;
}

ul.horizontal ul ul {
  margin: -2.9em 0 -25px 18em;
}

/* design styles */
ul.horizontal ul {

}

ul.horizontal a  {
  display: block;
  cursor: pointer;
background:url(/images/right-border.jpg) top right no-repeat;
  background-repeat:no-repeat;
 /*background-position:right;*/ 
  padding:10px 9px 13px 9px;
  font: normal 14px verdana, sans-serif;
  color: #fff;
  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: #5bb1c9;
  color: #fff;

}



 
/* 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; 
font-size: 12px;
background-image:none;
}
@media screen, projection {
 html ul.horizontal li {
    display: inline;
    float: left;
	background-image:none;

  }
}
html ul.horizontal li { position: static;  }
html ul.horizontal a { position: relative; }

html ul.horizontal li {
  display: inline;
  float: left;
  background:none;
  

  }
html ul.horizontal li { position: static; }
html ul.horizontal a { position: relative; }

/* iframe layer */
ul iframe {
  position: absolute;
  z-index: 1010;
  border: none;
}
