/* Root = Horizontal, Secondary = Vertical */
ul#navmenu-h {
	margin: 0;
	border: 0 none;
	padding: 0;
	list-style: none;
	/* height: 34px; */
	clear: right;
	z-index: 100;
}
ul#navmenu-h ul {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 120px;
	list-style: none;
	display: none;
	position: absolute;
	top: 15px; /* This sets the position of the Vertical drop-down below the main links */
	left: -48px;
	z-index: 100;
}
ul#navmenu-h li {
	margin: 0;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
	/* height: 28px; */
	padding: 0;
	z-index: 100;
}
ul#navmenu-h ul:after /*From IE 7 lack of compliance*/ {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
	z-index: 100;
}
ul#navmenu-h ul li {
	width: 120px;
	float: left; /*For IE 7 lack of compliance*/
	display: block !important;
	display: inline; /*For IE*/
	padding-left: 0px;
	/* height: 21px; /* This describes the height of each menu slot in the drop-down */
	
	
}
/* Root Menu */
ul#navmenu-h a {
	display: block;
	color: #000000;
	text-decoration: none;
}
/* Root Menu Hover Persistence */
#dir #nav-dir, #eve #nav-eve, #wha #nav-wha, #gif #nav-gif, #vis #nav-vis {
	color: #666666;/* height: 34px; */
}
ul#navmenu-h a:hover, ul#navmenu-h li:hover a, ul#navmenu-h li.iehover a {
	color: #666666;/* height: 34px; */
	
}
/* 2nd Menu */
ul#navmenu-h li:hover li a, ul#navmenu-h li.iehover li a {
	float: none;
	color: #000000;
	height: 24px; /* actual height of menu box */
	line-height: 24px; /* line height of menu text */
	padding-left:10px;	
	background-image:url(/images/boxes/blue-120wide.jpg);
	
}
/* 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: #666666;
	background-image:url(/images/boxes/blue-120wide.jpg);
}
ul#navmenu-h ul ul, ul#navmenu-h ul ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 100px;
}
/* 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;

}


