/* Begin CSS Drop Down Menu */

#menuh-container
	{

	margin:0;
	position: absolute;
	width:760px;
	height:28px;
	background-image: url(/ipenz/images/menubg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
		border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bbbbbb;

	}

#menuh
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left:16px;
	font-size: 9px;
	float:none;

	}
	
		
#menuh a
	{
	display:block;
	border:thin solid white;
	white-space:nowrap;
	margin:0;
	padding:2px;
	
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	padding: 3px;
	color: #5B5B5B;
	text-decoration:none;
	text-align:left;
	margin:0;
	border-top:thin solid #ffffff;
	border-left:thin solid #aaaaaa;
	border-right:thin solid #ffffff;
	border-bottom:thin solid #aaaaaa;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: #4169A9;
	text-decoration:none;
	border-top:thin solid #ffffff;
	border-left:thin solid #4169A9;
	border-right:thin solid #ffffff;
	border-bottom:thin solid #4169A9;
	}
	
	
#menuh a.top_parent, #menuh a.top_parent:hover, #menuh a.top_parent:visited
	{
	color: #5B5B5B;
	text-decoration:none;
	font-weight: bold;
	text-align:center;
	border-right-style: none;
	padding-top: 7px;
	padding-right: 8px;
	padding-bottom: 7px;
	padding-left: 8px;
	border-bottom-style: none;
	border-top-style: none;
	border-left-style: none;
	background-image: url(/ipenz/images/line.gif);
	background-repeat: no-repeat;
	background-position: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}



.menugap {
	height: 33px;
}
	
#menuh ul ul li a
{
	background-color:white;
}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	min-width:1px;	/* width of all menu boxes */
	}

#menuh li
	{margin:0;
	padding:0;
	position:relative;
    min-height: 1px; 			/* Sophie Dennis contribution for IE7 */
    min-width: 1px;
	vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-9px 0 0 -8px;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:499;
	}

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:block;}

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
{display:block;}

/* End CSS Drop Down Menu */
