/* Begin CSS Drop Down Menu */

#menuh-container
	{
	width: 100%;
	background-attachment: scroll;
	background-image: url(../images/navbkrd2.gif);
	background-repeat: repeat-x;
	position: absolute;
	height: auto;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 999;
	}

#menuh
	{
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
	height: 35px;
	font-size: small;
	}
		
#menuh a
	{
	display:block;
	padding: 7px;
	text-align: center;
	}
	
#menuh a.main, #menu a.main:visited, #menuh a.main:active{
	color: white;
	text-decoration:none;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;

}	

#menuh a.main#short2{width:84px;}
#menuh a.drop, #menu a.drop:visited, #menu a.drop:active
	{
	color: white;
	background-color: #1E2D98;
	text-decoration:none;
	font-size: 85%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #001C84;
	border-right-color: #001C84;
	border-bottom-color: #001C84;
	border-left-color: #001C84;
	width: 165px;
	}

#menuh a.short, #menu a.short:visited, #menu a.short:active
	{
	color: white;
	background-color: #1E2D98;
	text-decoration:none;
	font-size: 85%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #001C84;
	border-right-color: #001C84;
	border-bottom-color: #001C84;
	border-left-color: #001C84;
	width: 86px;
	}
#menuh a.short3, #menu a.short3:visited, #menu a.short3:active
	{
	color: white;
	background-color: #1E2D98;
	text-decoration:none;
	font-size: 95%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #001C84;
	border-right-color: #001C84;
	border-bottom-color: #001C84;
	border-left-color: #001C84;
	width: 84px;
	}
	
/*#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest 
	{
	color: white;
	text-decoration:none;
	font-size: 85%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #1F2D9B;
	}
*/	
#menuh a.main:hover						/* menu on mouse-over  */
	{
	color: #FFFFCC;
	background-color: #202FA1;
	text-decoration:none;
	}	

#menuh a.drop:hover						/* menu on mouse-over  */
	{
	color: #FFFFCC;
	background-color: #131B61;
	text-decoration:none;
	}
	
#menuh a.short:hover, #menuh a.short3:hover						/* menu on mouse-over  */
	{
	color: #FFFFCC;
	background-color: #131B61;
	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 */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	padding:0;
	float:left;
	width:auto;
	margin: 0;
	/* 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;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	width: 100px;
	z-index: 999;
	}


	
#menuh ul li img {
	position: absolute;
	top: 12px;

}

#menuh ul ul
	{
	position:absolute;
	z-index:999;
	top:auto;
	display:none;
	padding: 1em;
	width: auto;
	margin-top: -1em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -1em;
	}
	
#menuh ul li ul li.short{
	width:95px;
}	

#menuh ul ul li{text-align:left;}
#menuh ul ul li.long{
	width:180px;
	display:block;
	text-align: left;
	z-index: 900;
}

#menuh ul ul li.sub{
	width:129px;
	display:block;
}
#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; z-index: 999;}

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; z-index: 999;}

/* End CSS Drop Down Menu */
