/* Begin CSS Drop Down Menu */

#menuh-container
	{
	height:32px; 
	width:880px; 
	text-align:left;
	margin-bottom:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	position:relative;
	background-image:url(../images/menu_bg.jpg); 
	background-repeat:repeat-x;
	padding-left:30px
	}

/** IE 7 **/
*:first-child+html #menuh-container{

}

/** IE 6 **/	
*html #menuh-container
	{
	margin-bottom: 0px;
	}	
	

#menuh
	{
	text-align:left;
	height:32px;
	width:880px; 
	font-weight:bold;
	color:#000;
	position:relative;
	bottom:10px;
	}
	
*:first-child+html #menuh{
	bottom:0px;
}
	
*html #menuh
	{	
}
		
#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:CCC;
	text-decoration:none;

	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	text-decoration:none;
	
	}	
	
#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-left:5px;
	margin-right:5px;
	padding:0;
	float:left;
		/* width of all menu boxes */
	}
	
	
#menuh ul li{

	padding:;
}

#menuh ul li:hover{
	
}

#menuh li
	{
	text-align:left;
	position:relative;
    min-height: 1px; 			/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	font-size: 11px;
	font-weight: 400;
	text-align:left;
	position:absolute;
	z-index:500;
	margin-left:-10px;
	top:auto;
	display:none;
	padding:0px;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;

	}
	
	*html #menuh ul ul{
	width:160px;
	z-index:900;
	}

	
	#menuh ul ul li{
	text-align:left;
	background-color:#fff;
	}
	
	#menuh ul ul li a{
	display:block;
	height:15px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:5px;
	padding-left:5px;
	border-bottom:1px dotted #666;
	}
	
	#menuh ul ul li a:hover{
		background-color:#CCC;
	}
	
	
	*:first-child+html #menuh ul ul li{
		width:120px;
	}
	
	*html #menuh ul ul li{
	width:160px;
	}
	
	
	#menuh ul ul li a:link, #menuh ul ul li a:visited, #menuh ul ul li a:active{
	color:#333333;
	}
	
	#menuh ul ul li a:hover{
		}
	
	
	#menuh ul ul li:hover
	{
		background-image:url(../images/dark.gif);
	}

#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 */
