/* Begin CSS Drop Down Menu */

#menuh-container
	{
	width:925px;
	margin:0 auto;
	}

#menuh
	{
	font-size: 11px;
	font-family: verdana, helvetica, sans-serif;
	width:100%;
	float:center;
	margin:0;
	}
		
#menuh a
	{
	text-align: left;
	display:block;
	border: 0.1em solid #999;
	border-width: 0px 1px 1px 1px;
	white-space:nowrap;
	margin:0;
	padding: 5px 15px 5px 5px;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */

	{
	color: #333;
	background-color: white;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: 333;
	background-color: #EEE;
	text-decoration:none;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:visited  /* attaches down-arrow to all top-parents */
	{
	color: #FFF;
	border: 0px solid #EEE;
	border-width: 1px 1px 0px 1px;
	padding: 8px 25px 8px 5px;
	}
	
#menuh a.top_parent_sub, #menuh a.top_parent_sub:visited  /* attaches down-arrow to all top-parents */
	{
	color: #999;
	background-image: url(../assets/picto_sub.gif);
	background-position: right center;
	background-repeat: no-repeat; 
	border: 0px solid #e77918;
	border-width: 0px 1px 1px 1px;
	padding: 8px 25px 8px 5px;
	width: 100%;
	margin-left: 1px;
	}
	
#menuh a.top_parent_last, #menuh a.top_parent_last:visited  /* attaches down-arrow to all top-parents */
	{
	color: #999;
	background-position: right center;
	background-repeat: no-repeat; 
	border: 0px solid #e77918;
	border-width: 0px 1px 1px 1px;
	padding: 8px 0px 8px 4px;
	width: 100%
	}
	
#menuh a.top_parent_last:hover  /* attaches down-arrow to all top-parents */
	{
	color: #FFF;
	}
	
#menuh a.top_parent_sub:hover  /* attaches down-arrow to all top-parents */
	{
	color: #FFF;
	background-image: url(../assets/picto_sub.gif);
	background-color: e77918;
	background-position: right center;
	background-repeat: no-repeat; 
	border: 0px solid #e77918;
	border-width: 0px 1px 1px 1px;
	padding: 8px 25px 8px 5px;
	width: 100%;
	margin-left: 1px;
	}
		
#menuh a.top_nondrop, #menuh a.top_nondrop:visited, #menuh a.top_nondrop:hover  /* remove down-arrow to all top-parents */
	{
	color: #FFF;
	background-image: url(../assets/menu_back_nav_1.jpg);
	background-position: left center;
	background-repeat: x-repeat; 
	border: 0px solid #EEE;
	border-width: 1px 1px 0px 1px;
	padding: 8px 25px 8px 5px;
	}
	
#menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-repeat:repeat-x;
	background-position: right center;
	color:#FFFFFF;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(../assets/picto_sub.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

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

#menuh li
	{
	position:relative;
    min-height: 1px; 			/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	background: none;
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

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

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