/* Begin CSS Drop Down Menu */

#menuh-container
	{
	/* position: absolute; */
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top: 0em;
	left: 0em;
	}

#menuh
	{
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
	/* margin:6em; */
	margin-top: 0em;
	}

#menuh a
	{
	text-align: center;
	display:block;
	border: 0px solid #555;
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: black;
	background-color: rgb(64, 121, 202);
	text-decoration:none;
	}

#menuh a:hover						/* menu on mouse-over  */
	{
	background-color: rgb(104,161,222);
	text-decoration:none;
	}	

	
#menuh a.top_parent  /* attaches down-arrow to all top-parents */
	{
	background-color: rgb(104,161,222);
	}

/*
#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;
	margin:0;
	padding:0;
	float:left;
	width:13.5em;	/* 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 li
	{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

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

#submenu 
	{
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
	/* margin:6em; */
	margin-top: 0em;
	}
		
#submenu a
	{
	text-align: center;
	display:block;
	white-space:nowrap;
	margin:0;
	font-weight: normal;
	}
	
#submenu a:link, #submenu a:visited, #submenu a:active	/* menu at rest */
	{
    border: 5px green;
	color: black;
	background-color: rgb(104, 161, 222);
	text-decoration:none;
	}

#submenu a:hover						/* menu on mouse-over  */
	{
	background-color: rgb(104,161,122);
	color: white;
	font-weight:bold;
	}	

#submenu ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:16.75em;	/* 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 */
	}

#submenu li
	{
	text-align: center;
	padding: 0.3em;
	list-style:none;
	float:left;
	width:16.75em;
	font-weight: bold;
	background-color: rgb(104, 161, 222);
}

#submenu2 
	{
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
	/* margin:6em; */
	margin-top: 0em;
	}
		
#submenu2 a
	{
	text-align: center;
	display:block;
	white-space:nowrap;
	margin:0;
	font-weight: normal;
	}
	
#submenu2 a:link, #submenu a:visited, #submenu a:active	/* menu at rest */
	{
    border: 5px green;
	color: black;
	background-color: rgb(104, 161, 222);
	text-decoration:none;
	}

#submenu2 a:hover						/* menu on mouse-over  */
	{
	background-color: rgb(104,161,122);
	color: white;
	font-weight:bold;
	}	

#submenu2 ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:33.5em;	/* 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 */
	}

#submenu2 li
	{
	text-align: center;
	padding: 0.3em;
	list-style:none;
	float:left;
	width:33.5em;
	font-weight: bold;
	background-color: rgb(104, 161, 222);
}


	
/* End CSS Drop Down Menu */

