#menuh
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #000;
	margin: 0px;
	color: #CCC;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	}
		
#menuh a
	{
	text-align: center;
	white-space:nowrap;
	text-transform: uppercase;
	color: #09C;
	padding: 0px;
	}
#menuh a:link, #menuh a:visited  	/* menu at rest */
	{
	text-decoration:none;
	margin-right: 6px;
	margin-left: 6px;
	}
	
#menuh a:hover						/* menu on mouse-over  */
	{
	color: #CCC;
	text-decoration:none;
	background-image: url(../images/NavBarBkg.png);
	background-repeat: no-repeat;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	}

#menuh li
	{
	display: inline;
	width: 120px;
	}

#menuh ul ul
	{
	z-index:500;
	top:auto;
	padding: 1em;
	margin-top: -1em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	background-image: url(../web_images/ecg-topnav-142W-bkg-RO.png);
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{
	display:none;
	background-image: url(../web_images/ecg-topnav-142W-bkg-RO.png);
}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{
	background-image: url(../web_images/ecg-topnav-142W-bkg-RO.png);
}
#menuh li.activePage {
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	position: relative;
	background-image: url(../web_images/ecg-topnav-142W-bkg-RO.png);
	background-repeat: no-repeat;
}

