/* Begin CSS Popout Menu */


#menuh-container
	{
	width: 733px;
	background-color: #622e1d;
	border-top: 3px solid #7E0006;
	}
	
#menuh
	{
	width: 723px;
	background-color: #622e1d;
	font-size: small;
	font-family: "Century Gothic", arial, helvetica, sans-serif;
	float:left;
	padding-left:10px;
	}
		
#menuh a
	{
	text-align: left;
	display:block;
	white-space:wrap;
	margin:0;
	padding: 0.2em;
	padding-left: 20px;
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: white;
	text-decoration:none;
	}
#menuh ul li ul li a, #menuh ul li ul li a:visited	/* menu at rest */
	{
	width: 126px;
	color: white;
	background-color: #622e1d;
	text-decoration:none;
	border: 1px solid #622e1d;
	}	
#menuh ul li ul li a:hover	/* menu at mouse-over  */
	{
	color: white;
	background-image: url(../assets/bullet_bean_f2.gif);
	background-position: left center;
	background-repeat: no-repeat;
	background-color: #733f2e;
	}	
			
#menuh a.top_parent  /* attaches down-arrow to all top-parents */
	{
	background-image: url(../assets/bullet_bean.gif);
	background-position: left center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:106px;	/* width of all menu boxes */
	}

#menuh li
	{
	padding-left:0px;
	position:relative;
    min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}
#menuh li li{
	padding-left:0px;
}
#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 0em;
	margin:-0em 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 Popout Menu */

