/* Begin CSS Popout Menu */


#menuh-container
	{
	position:  relative;
	margin-top: 0;
	width:750px;
	}

#menuh
	{
	font-size: 80%;
	font-family: helvetica, "Trebuchet MS",arial, sans-serif;
	width:100%;
	float:left;
	margin:0;
	color: #fff;
	background: #6E6A5A;
	border-bottom : 0px solid #520934;
	}
		
#menuh a
	{
	text-align: left;
	display: block;
	height:16px;
	border: 0px solid #eee;
	white-space:nowrap;
	margin:0;
	padding: 0.3em 0.2em 0.3em 0.4em;
	}
	
#menuh a, #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;
	}	
			
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{text-transform: uppercase;
	background-image: url(images/navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:100px;	/* width of all menu boxes */
	}

#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;}


/* CSS Popout menuv */

/* Fix IE. Hide from IE Mac \*/
* html #menuv ul li{float:left;height:1%;}
* html #menuv ul li a{height:1%;}
/* End */










#menuv		                                 /* position, size, and font of  menu */
	{	
	position:relative;	
	top:0em;
	left:.3em;
	z-index: 10;
	width: 80%;
	color: #333;
						          /* [1] width of menu item (i.e., box) */
	text-align: left;
	font-size: small;
	font-family: helvetica, "Trebuchet MS",arial, sans-serif;
	}

#menuv a
	{
	width: 80%;
	display:block;						
	padding-top: 0.2em;						/* expands menu box vertically*/
	padding-bottom: 0.2em;
	border-bottom:none;		/* adds bottom border */
	white-space:nowrap;
	}

#menuv a, #menuv a:visited				/* all menus at rest */
	{
	color: #6E6A5A;
	background-color: #9C9473;
	text-decoration:none;				       /* removes underlines from links */
	}

#menuv a.parent, #menuv a.parent:hover 	/* attaches parent-arrow on all parents */
	{
	text-transform: none;
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuv a:hover				             /* all menus on mouse-over */
	{
	color: #333;
	background-color: #9C9473;
	}
	
#menuv li

	{
	list-style-type: square;
	background: inherit;
	color: #5F5C51;
	margin: 0 15px 0 0;
	padding: 0;
	}


#menuv ul li
	{
	position:relative;
	}

#menuv li ul
	{
	position: relative;
	top: 0;
	left: 3em;				                 /* distance from  left menu (this should be the same as width value in #menuv [1]) above */
	display: none;
	}

div#menuv ul, 
#menuv ul ul, 
div#menuv ul ul ul
	{
	margin:0;				               /* keeps the menu parts together */
	padding:0;
	width: 8em;			              /* width of sub menus  (this should be the same as width value in #menuv [1]) above */
	}

div#menuv ul ul, 
div#menuv ul ul ul, 
div#menuv ul li:hover ul ul, 
div#menuv ul li:hover ul ul ul
	{
	display: none;
	}

div#menuv ul li:hover ul, 
div#menuv ul ul li:hover ul, 
div#menuv ul ul ul li:hover ul
	{
	display: block;
	}
