@charset "UTF-8";
/* menuh_top.css */
/* These style definitions control the upper BLUE drop-down navigation bar */

#menuh-container_top {
	position: relative;
	width: 680px;
	top: 0px;
	height: 25px;
	right: 0px;
	overflow: visible;
	visibility: visible;
	z-index: 5001;
}
.dropBlock_top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	width: 150px;
	background-color: #386685;
}
#menuh_top {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	float:right;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	position: relative;
	width: 670px;
	height: 25px;
}
#menuh_top a {
	text-align: left;
	display:block;
	white-space:nowrap;
	margin:0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#menuh_top a:hover						/* menu on mouse-over  */ {
	color: #B8E7FF;
	text-decoration:none;
	background-color: #386685;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: normal;
	font-weight: normal;
	background-image: none;
}
#menuh_top ul {
	list-style:none;
	margin:0;
	padding:5px;
	float:left;	/* 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_top li {
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
}
#menuh_top ul ul {
	position:absolute;
	z-index:501;
	top:auto;
	display:none;
	padding: 1em;
	margin:-0.3em 0 0 -1em;
}
div#menuh_top li:hover {
	cursor:pointer;
	z-index:100;
}
div#menuh_top li:hover ul ul, div#menuh_top li li:hover ul ul, div#menuh_top li li li:hover ul ul, div#menuh_top li li li li:hover ul ul {
	display:none;
}
div#menuh_top li:hover ul, div#menuh_top li li:hover ul, div#menuh_top li li li:hover ul, div#menuh_top li li li li:hover ul {
	display:block;
}

/* End CSS Drop Down Menu */
