/* Begin CSS Drop Down Menu */

#menuh-container {
	position: relative;		
	width: 100%;
	top: 1px;
	left: 0em;
	}

#menuh {
	float: left;
	width: 100%;
	margin: 0em;
	margin-top: 0em;
	}
		
#menuh a {
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15pt;
	text-align: center;
	text-decoration:none;
	display:block;
	border: 0px solid #fff;
	white-space:nowrap;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	}
	
.hiddenPic {display:none;}

#menuh a:link, #menuh a:visited, #menuh a:active	/* menu --> rest */ {
	background: black url(blockdefault0.gif) center center repeat-x;
	}
#menuh a:hover	/* menu --> mouse-over  */ {
	background: transparent url(blockactive0.gif) center center repeat-x;
	}	
	
#menuh ul ul a:link, #menuh ul ul a:visited, #menuh ul ul a:active	/* sub menu --> rest */ {
	background: black url(blockdefault1.gif) center center repeat-x;
	}
#menuh ul ul a:hover	/* sub menu --> mouse-over  */ {
	background: transparent url(blockactive1.gif) center center repeat-x;
	}	
	
#menuh ul {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:160px;	/* width of all menu boxes */
	}

#menuh li {
	border-right: 1px solid #fff;
  min-height: 1px; 				/* Sophie Dennis contribution for IE7 */
  vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul {
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	font-size: 12px;
	width:160px;	/* width of 1st level dropdown menu boxes */
	}
	
#menuh ul ul a {
	font-size: 12px;
	text-align: center;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	}

div#menuh li:hover {
	cursor:pointer;
	z-index:100;
	}

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

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