/* Begin CSS Popout Menu */

body {
	behavior: url("../css-menu/images/csshover.htc");
	background-repeat: repeat;
	}


#menuh-container
	{
	position:  relative;
	margin-top: 0;
	width: 978px;
	}

#menuh
	{
	font-size: 110%;
	font-family: Arial, Helvetica, sans-serif;
	width:978px;
	margin:0;
	color: #C7AB62;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C7AB62;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
	clear: both;
	float: left;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	height:16px;
	white-space:nowrap;
	margin:0;
	padding-top: 0.6em;
	padding-right: 0.1em;
	padding-bottom: 0.5em;
	padding-left: 0.1em;
	font-size: 0.7em;
	}
	
#menuh a:link, #menuh a:visited	/* menu at rest */
{
	color:#FFFFFF;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	width: 158px;
	background-image: url(../images/button-bg.gif);
	background-repeat: repeat-x;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	background: #000000;
	padding-right: 3px;
	padding-left: 3px;
	}	

#menuh a.top_parent, #menuh a.top_parent:visited	/* menu at rest */
	{
	width: 158px;
	background: #000000;
	color: #ffffff;
	}

#menuh a.top_parent:hover 
	{
	color: #fff;
	background-color: #C7AB62;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width: 9.25em;
	}

#menuh li
	{
	position:relative;
	}

#menuh ul ul
	{
	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 Popout Menu */

