
#menuh-container
	{
	position: relative;	
	height:30px;	
	width:975px;
	padding:0;
	margin:0;
	margin-top:15px;
	z-index:100;
	
	background:transparent;
	}

#menuh
	{
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	width:975px;
	
	height:30px;	
	_float:none;
	position:relative;
	background:transparent;
	}
		
/*#menuh a
	{
	text-align: left;
	display:block;
	width:100%;
	border: none;
	white-space:normal;
	margin:0;
	padding: 0;
	}*/
	
/*#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	/*{
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	text-align: left;
	display:block;
	width:100%;
	border: none;
	white-space:normal;
	margin:0;
	padding: 0;
	}*/
	
/*#menuh a:hover						/* menu on mouse-over  */
	/*{
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	text-align: left;
	display:block;
	_display:inline-block;
	width:100%;
	_width:auto;
	border: none;
	white-space:normal;
	margin:0;
	padding: 0;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	/*{
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	 text-transform:uppercase;
	height:20px;
	text-decoration:none;
	width:auto;
	margin:0;
	display:block;
	_display:inline-block;
	padding:0;
	padding-top:15px;
	padding-left:5px;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	/*{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}*/

#menuh ul
	{
	list-style:none;
	list-style-type: none;
	
	margin:0;
	padding:0;
	float:left;
	height:20px;
	display: block;
	_display:inline;
	background:transparent;
	border-top:solid 1px #ffffff;
	width:auto;	/* width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

#menuh ul li
	{
	position:relative;
	border:none;
	background-image:url(/siteimages/menu_bottom.png);
	background-position:left top;
	background-repeat:no-repeat;
	padding-right:15px;
	display:inline;
	list-style:none;
	height:20px;
	width:auto;
	float: left;
	_float: left;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	}
#menuh ul li a:link,#menuh ul li a:visited,#menuh ul li a:active, #menuh ul li a:hover  /* attaches down-arrow to all top-parents */
	{
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	 text-transform:uppercase;
	height:20px;
	text-decoration:none;
	width:auto;
	margin:0;
	display:block;
	_float: left;
	_display:inline;
	padding:0;
	padding-top:15px;
	padding-left:5px;
	}
@media screen and (-webkit-min-device-pixel-ratio:0){
#menuh ul li
	{
	position:relative;
	border:none;
	background-image:url(/siteimages/menu_bottom.png);
	background-position:left top;
	background-repeat:no-repeat;
	padding-right:5px;
	display:inline;
	list-style:none;
	height:20px;
	width:auto;
	float: left;
	_float: left;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	}
}
#menuh ul li ul
	{
	list-style:none;
	list-style-type: none;
	margin:0;
	padding:0;
	height:auto;
	display: none;
	_float:none;
	background:#000000;
	border:none;
	width:100%;	/* width of all menu boxes */
	_width:auto;
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}
#menuh ul li ul li
	{
	position:relative;
	border:none;
	background:#000000;
	white-space:normal;
	float:none;
	
	display:block;
	list-style:none;
	height:auto;
	_height:15px;
	width:100%;
	text-transform:none;
	_width:auto;
	_padding:0;
	_margin:0;
	_float:none;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: top;		/* Sophie Dennis contribution for IE7 */
	}
#menuh ul li ul li a:link,#menuh ul li ul li a:active,#menuh ul li ul li a:visited,#menuh ul li ul li a:hover  
	{
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	height:auto;
	_height:15px;
	text-transform:none;
	text-decoration:none;
	width:100%;
	_width:auto;
	_float:none;
	margin:0;
	display:block;
	padding:0;
	margin-left:10px;
	margin-right:10px;
	_margin-bottom:0px;
	padding-top:5px;
	padding-bottom:5px;
	border-top:solid #bfbfbf 1px;
	}

@media screen and (-webkit-min-device-pixel-ratio:0){
    #menuh ul li ul li
	{
	position:relative;
	border:none;
	background:#000000;
	white-space:normal;
	float:none;
	
	display:block;
	list-style:none;
	height:auto;
	_height:15px;
	width:105%;
	text-transform:none;
	_width:auto;
	_padding:0;
	_margin:0;
	_float:none;
	
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: top;		/* Sophie Dennis contribution for IE7 */
	}
	#menuh ul li ul li a:link,#menuh ul li ul li a:active,#menuh ul li ul li a:visited,#menuh ul li ul li a:hover  
	{
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	height:auto;
	text-transform:none;
	text-decoration:none;
	width:95%;
	margin:0;
	display:block;
	padding:0;
	margin-left:10px;
	margin-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	border-top:solid #bfbfbf 1px;
	}
}
#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	_float:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	_padding:0;
	border:none;
	_height:auto;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	
	}
#menuh ul li ul li a:hover,#menuh ul li a:hover {
    color:#66ccff;
}
#menuh ul li a:hover {
}
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;
_float:none;}

/* End CSS Drop Down Menu */

