/* structural styles and offsets */
#menudiv {
 	position: relative;
	width: 760px;
	margin: 0  auto;
	padding: 0;
  	z-index: 1000;	
	

}


ul.horizontal, ul.horizontal li, ul.horizontal ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 100%;
  background-color: #0046AD;
}

ul.horizontal {
  position: absolute;
  left: 0;
  background-color: #0046AD;
  width: 100%;
  cursor: default;
  z-index: 2000;
  top: 0;
}

ul.horizontal li {
  width: auto;
  float: left;
  position: relative;
  cursor: pointer;
  cursor: hand;
  text-align: left;
  background-color: #FFFFFF;
  margin: -5px 0 0 -5px;
}

* html ul.horizontal li {
  margin: 0 -16px 0 16px;
  left: 0;
}

ul[class^="horizontal"] li {
  margin: 0 -1px 0 0px;
  left: 0;
}

ul.horizontal ul {
  z-index: 2020;
  padding: 0;
  cursor: default;
  position: absolute;
  left: -100em;
  top: auto;
  width: 16em;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

ul.horizontal ul li {
  width: 16em;
  float: none;
  left: auto;
  margin: 0 0 0  0 ;

}

ul.horizontal ul ul {
  margin: -0.2em 0 0 11.9em;
}

/* design styles */
ul.horizontal ul {
  border-width: 0;
  border-style: solid;
  border-color: #80B1FF #002F79 #002F79 #80B1FF;
}

ul.horizontal a, ul.horizontal a:visited {
	display:block;
	padding:4px 12px;
	font: bold 14px  Arial, Helvetica, sans-serif;
	color: #0046AD;
	text-decoration:none;
	letter-spacing: 1px;

	
	background-color: #FFFFFF;
	/*border-color: #7A6099 #332149 #332149 #332149;*/
	border-width: 1px;
	border-style: solid;
	border-color: #0046AD;	
  	/*border-color: #80B1FF #002F79 #002F79 #80B1FF;	 */
	
}
ul.horizontal ul a, ul.horizontal a:visited ul {

}
ul.horizontal a:hover, ul.horizontal a:focus, ul.horizontal a:active,
ul.horizontal a.rollover:link, ul.horizontal a.rollover:visited {
  background: #0046AD;
  	color: #F6DEA8;
}



/* 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;
}
