/* Begin CSS Popout Menu */

#menuh-container {
	position: relative;
	margin-top: 0;
	min-width: 800px;
	max-width:990px;
	}

#menuh  {
	font-size: 80%;
	font-family: courier, helvetica, "Trebuchet MS", arial, sans-serif;
	width:100%;
	float:left;
	margin:0;
	color: #333;
	background: 6E6A5A;
	border-bottom : 0px solid #520934;
	}

#menuh a {
	text-transform:uppercase;
	text-align: center;
	display:block;
	height:16px;
	border: 0px solid #eee;
	white-space:nowrap;
	margin:0;
	padding: 0.3em 0.3em 0.3em 0.3em;
	}

#menuh li.active {
text-transform:uppercase;
text-align: center;
line-height:2.5em;
color:#eee;
height:21px;
border: 0px solid #eee;
}
	
#menuh a:visited	/* menu at rest */
	{
	color: #fff;
	background: 6E6A5A;
	text-decoration:none;
	}

#menuh a:hover  /* menu at mouse-over  */
	{
	color: #fff;
	background-color: #404040;
	background-image: url("../images/navdown_white.gif");
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh li.active  
	{
	color: #fff;
	background-color: #404040;
	background-image: url("../images/navdown_white.gif");
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh ul {
	list-style:none;
	display:inline;
	margin:0;
	padding:0;
	}
	
#menuh ul li {
float:left;
width:100px;	/* width of all menu boxes */
margin:0;
padding:0;
}



/* End CSS Popout Menu */


