/* Root = Horizontal, Secondary = Vertical */
ul#navmenu-h {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 917px; /*For KHTML*/
  list-style: none;
}

	ul#navmenu-h li {
		margin: 0;
		border: 0 none;
		padding: 0;
		float: left; /*For Gecko*/
		display: inline;
		list-style: none;
		position: relative;
		width: 229px;
		z-index: 100;
	
	}

		ul#navmenu-h ul {
			margin: 0;
			border: 0 none;
			padding: 0;
			width: 229px;
			list-style: none;
			display: none;
			position: absolute;
			top: 50px;
			left: 0;
			z-index: 100;

		}

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

			ul#navmenu-h ul li {
				width: 230px; /* changed to 230px to fix drop-don misalignment with neg. margin */
				float: left; /*For IE 7 lack of compliance*/
				display: block !important;
				display: inline; /*For IE*/
				padding: 0;
				z-index: 100;

			}

/* Root Menu */
ul#navmenu-h a {
	padding: 6px 0 0 0;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	height: auto !important;
	height: 1%; /*For IE*/
	text-decoration: none;
	
	font-size: 10px;
  	font-weight: normal;
	color: #fff;
	line-height: 12px;
	
	}

/* root menu items should be fixed-height */
ul#navmenu-h a.root {
	width: 192px;
	min-width: 192px;
	height:44px;
	min-height: 44px;
	text-align: center; /*added by TG*/

}

ul#navmenu-h a.bg1 {
	background: url( ../images/nav/nav_main_bg1.gif );
}

ul#navmenu-h a.bg2 {
	background: url( ../images/nav/nav_main_bg2.gif );
}

ul#navmenu-h a.bg3 {
	background: url( ../images/nav/nav_main_bg3.gif );
}

ul#navmenu-h a.bg4 {
	background: url( ../images/nav/nav_main_bg4.gif );
}

ul#navmenu-h a.arrow {
	background-image: url( ../images/nav/nav_arrow.gif );
	background-position: right;
	background-repeat: no-repeat;
}

ul#navmenu-h ul.left a.arrow {
	background-image: url( ../images/nav/nav_arrow_left.gif );
	background-position: left;
	background-repeat: no-repeat;
}

/* Root Menu Hover Persistence */
ul#navmenu-h a:hover,
ul#navmenu-h li:hover a,
ul#navmenu-h li.iehover a {
  text-decoration: underline;
  font-weight: normal;

}

	/* 2nd Menu */
	ul#navmenu-h li:hover li a,
	ul#navmenu-h li.iehover li a {
/* 		padding: 5px 0 5px 8px; */
		padding: 5px 0 5px 5px;
		margin-bottom: -1px;

		float: none;
		background-color: #fff;
		text-decoration: none;
		color: #000;
		border: 1px solid #647f9e;

	}
	
	ul#navmenu-h li ul.left li ul li  {
		margin-right: -1px; /* Needed to collapse the borders on the Tabbed Drop-downs */

}

		/* 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 {
		background-color: #e7f1fc;
	}

		/* 3rd Menu */
		ul#navmenu-h li:hover li:hover li a,
		ul#navmenu-h li.iehover li.iehover li a {
			background: #fff;
/* 			border: 1px solid #647f9e; */
			/*
border-left: none;
			border-top: none;
*/
/* 					border-collapse: collapse; */

		}

		/* 3rd Menu Hover Persistence */
		ul#navmenu-h li:hover li:hover li a:hover,
		ul#navmenu-h li:hover li:hover li:hover a,
		ul#navmenu-h li.iehover li.iehover li a:hover,
		ul#navmenu-h li.iehover li.iehover li.iehover a {
		  background: #e7f1fc;
		}

			/* 4th Menu 
			ul#navmenu-h li:hover li:hover li:hover li a,
			ul#navmenu-h li.iehover li.iehover li.iehover li a {
			  background: #fff;
			}
			
			/* 4th Menu Hover 
			ul#navmenu-h li:hover li:hover li:hover li a:hover,
			ul#navmenu-h li.iehover li.iehover li.iehover li a:hover {
			  background: #e7f1fc;
			}*/

ul#navmenu-h ul ul,
ul#navmenu-h ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 229px;
}


/* left menu exceptions (for when popup menu would be off-screen ------------- */
ul#navmenu-h ul.left ul {
  left: -229px;
}

ul#navmenu-h a.arrow {
	background-image: url( ../images/nav/nav_arrow.gif );
	background-position: right;
	background-repeat: no-repeat;
}

		/* left 3rd Menu */
		ul#navmenu-h li:hover ul.left li:hover li a,
		ul#navmenu-h li.iehover ul.left li.iehover li a {
			background: #fff;
			/*
border: 1px solid #647f9e;
					border-collapse: collapse;
*/

			/*
border-right: none;
			border-top: none;
*/
		}

		/* 3rd Menu Hover Persistence */
		ul#navmenu-h li:hover ul.left li:hover li a:hover,
		ul#navmenu-h li:hover ul.left li:hover li:hover a,
		ul#navmenu-h li.iehover ul.left li.iehover li a:hover,
		ul#navmenu-h li.iehover ul.left li.iehover li.iehover a {
		  background: #e7f1fc;
		}
/*--- end left menu exceptions ------------------------------------------------*/



/* 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;
}
