/* Begin CSS Popout Menu */

body {
	behavior:url(css/csshover.htc);
}

		
#menuh a
	{
	white-space:nowrap;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align:left;
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	display:block;
	color: white;
	background-color: #FF3726; 
	text-decoration:none;
	height:18px;
	}
	
#menuh a:hover, #menuh a.top_parent_over:visited, #menuh a.top_parent_over, #menuh a.parent_over:visited, #menuh a.parent_over 	/* menu at mouse-over  */
	{
	color: white;
	background-color: #FF7800;
	}	
		
#menuh a.top_parent, #menuh a.top_parent:hover, #menuh a.top_parent_over:visited, #menuh a.top_parent_over  /* attaches down-arrow to all top-parents */
	{
	/*
	background-image: url(../tcss/navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	*/
	padding: 4px 2px 2px 6px;
	}
	
#menuh a.parent, #menuh a.parent:hover, #menuh a.parent_over:visited, #menuh a.parent_over 	/* attaches side-arrow to all parents */
	{
	/*
	background-image: url(../tcss/nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	*/
	border: solid white;
	border-width: 0px 1px 1px 1px;
	padding: 4px 2px 2px 6px;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	left:0;
	/*width:140px; width of all menu boxes */
	}

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

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	}

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






