/* Begin CSS Drop Down Menu */


#menuh-container
	{
	position: relative;
	margin-left:4px;
	height:30px;
	background:url(../images/sitedesign/main_header_bg.jpg) repeat-x;
	width:642px;
	z-index:2;
	font-size:11px;
	font-family: arial, helvetica, sans-serif;
	}

#menuh-inner{
/*	width:642px;  */
}
.menu-bg{
	background:url(../images/sitedesign/bar.jpg) no-repeat center; 
}
		
#menuh a
	{
	font-weight:bold;	
	font-size:12px;
	display:block;
	border-right: 1px dotted white;
	white-space:nowrap;
	margin:0;
	padding:4px 3px;
	text-align:center;
	color: #9D1F22;
	text-decoration:none;	

	}
/*	
#menuh a, #menuh a:visited	 menu at rest
	{
	color: white;
	text-decoration:none;
	}
 */

#menuh ul ul a{
	background-color:#A01F23;
	font-weight:normal;
	font-size:10px;
	color:white;
	padding:4px 5px;
	border-bottom:1px solid white;
	text-align:left;
	width:130px;
}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: black;
	background-color: #F4C485;	
	}	
			
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image:url(navdown_blue.gif);
	background-position: right center;
	background-position:96% 50%;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(nav_blue.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh a.menu_last {
	border:none;
}	

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:107px;	/* 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;
	padding: 1em;
	margin:-1em 0 0 -1em;
	width: 100%;
	min-width: 107px;

	}

#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 Drop Down Menu */
