/* Begin CSS Drop Down Menu */

#menuh-container
	{
	width:800px;
	text-align:left;
	margin-bottom:0px;
	margin-top:20px;
	z-index:70000;
	}



/** IE 6 **/	
*html #menuh-container
	{
		z-index:90000;
	}	

#menuh
	{
	border-top:2px solid #a50000;
	background-image:url(../images/bg_nav.jpg);
	background-repeat:repeat-x;
	text-align:left;
	height:25px;
	font-size: 14px;
	color:#FFFFFF;
	}
	
*:first-child+html #menuh{
margin-bottom:15px;
}	
	
*html #menuh
	{	
	margin-bottom:10px;
	z-index:90000;
}
		
#menuh a
	{
	text-align: left;
	display:block;
	white-space:nowrap;
	margin:0;
	color:#FFFFFF;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	text-align:left;
	color:#FFFFFF;
		text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	text-decoration:none;
	color:#c51f2c;
	
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	}

#menuh ul
	{
	text-align:left;
	list-style:none;
	margin-right:100px;
	padding:0;
	float:left;
		/* width of all menu boxes */
	}
	
*:first-child+html	#menuh ul
	{
	margin-right:55px;
	}
	
	
*html #menuh ul
	{
	position:relative;
	top:15px;
	margin-right:47px;
	z-index:90000;
	}	

#menuh li
	{
	text-align:left;
	position:relative;
	bottom:10px;
    min-height: 1px; 			/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}
	
*:first-child+html	#menuh li
	{
	bottom:0px;
	top:2px;
	}
	

#menuh ul ul
	{
	font-size: 12px;
	font-weight: 400;
	text-align:left;
	position:absolute;
	z-index:500;
	margin-left:0px;
	margin-top:0px;
	top:auto;
	display:none;
	padding:0px;
	border-left: 1px solid #031c3c;
	border-right: 1px solid #031c3c;
	border-bottom: 1px solid #031c3c;
	background-color:#FFFFFF;
	width:auto;
	}
	
/** IE 6 fix **/
*html #menuh ul ul{
	z-index:30000;
}

	
	#menuh ul ul li{
	position:relative;
	bottom:0px;
	text-align:left;
	height:15px;
	padding-top:4px;
	padding-bottom:2px;
	padding-left:10px;
	padding-right:10px;
	border-bottom:1px dotted #CCCCCC;
	}
	
/** IE6 fix **/
*html #menuh ul ul li{
width:150px;
}

	
	#menuh ul ul li a:link, #menuh ul ul li a:visited, #menuh ul ul li a:active{
	color:#333333;
	}
	
/** IE7 fix **/	
*:first-child+html	#menuh ul ul li a{
display:block;
width:150px;
}

/** IE6 fix **/
*html #menuh ul ul li a{
display:block;
width:150px;
}
	
	#menuh ul ul li a:hover{
		color:#c51f2c;
		}
	
	
	#menuh ul ul li:hover
	{
	background-color:#CCCCCC;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	z-index:700;
	}

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