﻿/* Root = Horizontal, Secondary = Vertical */
ul#navmenu-h {
  margin:0 0 0 1em;
  border: 0 none;
  padding: 1em 0 0 0;
  width: 45.00em; /*For KHTML*/
  list-style: none;
  height: 2em;
  z-index: 100;
}

ul#navmenu-h li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 2em;
}

ul#navmenu-h ul {
  margin: 0;
  border:1px solid #44556e;
  padding: 0;
  width: 14.33em;
  list-style: none;
  display: none;
  position: absolute;
  top: 2em;
  left: 0;
}

ul#navmenu-h ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 0.08em/0em Tahoma;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu-h ul li {
  width: 14.33em;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
  height: 1.5em;
  line-height:1.5em;
	background: #44556e;;
}

ul#navmenu-h ul li h1{
	font-size:0.8em;
	padding: 0.3em 0 0 0.5em;
	}
/* Root Menu */
ul#navmenu-h a {
  border:0;
  padding: 0 1em;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  background:transparent;
  color: #44556e;
  font: bold 1em/2em  Tahoma;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/

}

/* Root Menu Hover Persistence */
ul#navmenu-h a:hover,
ul#navmenu-h li:hover a,
ul#navmenu-h li.iehover a {
  background:#44556e;/* url(/images/bkg_4.gif) repeat;*/
  color: #FFF;
  border:0;
  text-decoration:underline;
	
}

/* 2nd Menu */
ul#navmenu-h li:hover li a,
ul#navmenu-h li.iehover li a {
  float: none;
  background:#44556e;
  color: #FFF;
	text-decoration:none;
	font-weight:normal;
  width: 14.00em;
  font-size:0.9em;
  font-weight: normal;
  line-height: 1.5em;
  padding:0 0 0 1em;
  }

/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover,
ul#navmenu-h li:hover li:hover a,
ul#navmenu-h li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover a {
	color: #fff;
    text-decoration:underline;
  font-weight: normal;
  font-size:0.9em;
  font-weight:normal;
  background:#44556e;
  width: 14.00em;
}

ul#navmenu-h li:hover a.nogo{
	text-decoration:none!important;
	cursor:default;
	}

ul#navmenu-h ul ul,
ul#navmenu-h ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 13.33em;
  height: 1.2em;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu-h li:hover ul ul,
ul#navmenu-h li:hover ul ul ul,
ul#navmenu-h li.iehover ul ul,
ul#navmenu-h li.iehover ul ul ul {
  display: none;
}

ul#navmenu-h li:hover ul,
ul#navmenu-h ul li:hover ul,
ul#navmenu-h ul ul li:hover ul,
ul#navmenu-h li.iehover ul,
ul#navmenu-h ul li.iehover ul,
ul#navmenu-h ul ul li.iehover ul {
  display: block;
}

