﻿
#menuh-container
	{
	
	/*position: absolute;	
	top: 1em;
	left: 0em;
	*/
	margin-left:1em;
	}

#menuh
	{
	font-size:x-small;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
	margin:0em;
	margin-top: 1em;
	margin-bottom: 1em;
	}
		
#menuh a
	{
	text-align: center;	
	display:block;
	/*border: 1px solid #555;*/
	border-left:1px solid #555;
	border-right:1px solid #555;
	border-top:1px solid #555;
	border-bottom:1px solid #555;
	white-space:nowrap;
	margin:0;
	padding: 0.5em;
	color:black; 			/*added next 3*/
	background-color:#FFEE99;
	text-decoration:none;


	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color:black; 
	background-color:#FFEE99;
	text-decoration:none;
	}
	
#menuh a:hover						/* menu on mouse-over  */
	{
	color: white;
	background-color:#FFCC00;
	text-decoration:none;
	}	
/* mike menu on mouse-over  */
/*
#menuh a.top_parent						
	{
	color: white;
	background-color:#FFCC00;
	text-decoration:none;
	background-image:none;
	}	
*/	
*/	
#menuh a.top_parent:hover						
	{
	color: white;
	background-color:#FFCC00;
	text-decoration:none;
	background-image:none;
	}	
	
 /* attaches down-arrow to all top-parents */

#menuh a.top_parent, #menuh a.top_parent:hover 
	{
	background-image:url(Images/navdown_black.gif);
	background-position: right center;
	background-repeat: no-repeat;
	padding:.5em;
	
	}

#menuh li#black a 					/* color for current page tab */
	{
	color: inherit;
	background-color:#f9de8f;
	border-right: #a52322 1px solid;
	border-bottom:0;
}
#menuh li#black a:hover 					/* color for current page tab */
	{
	color: inherit;
	background-color:#FFCC00;;
	border-right: #a52322 1px solid;
	border-bottom:0;
}
	
/*	
#menuh a
	{
	background-image:url(Images/navdown_plain.gif);
	background-position: right center;
	background-repeat: no-repeat;
	padding:.5em;
	
	}
*/	
/*	
.top_parent a
	{
	background-image:url(Images/navdown_black.gif);
	background-position: right center;
	background-repeat: no-repeat;
	padding:.5em;
	
	}
*/	
*/	
/* mike menu on mouse-over  */
/*
.top_parent a:hover						
	{
	color: white;
	background-color:#FFCC00;
	text-decoration:none;
	background-image:none;
	}	
*/
	
/*	
#menuh a:
	{
	background-image:url('Images/navdown-black.gif');
}
*/
		
/*
#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;
	padding:.5em
	}
*/

/*
#menuh li.black a:hover						 black menu on mouse-over, rather not  
	{
	color: white;
	background-color: cornflowerblue;
	text-decoration:none;
	}		
	*/
#menuh li.top_parent a 					
	{
	color: inherit;
	/*background: url('images/menu_bgblack.gif') #000000 no-repeat 0px 0px;*/
	background-color:#FFEE99;
}

#menuh li.top_parent a:hover 					
	{
	color: inherit;
	background-color:#FFCC00;
}


#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:12em;	 /*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;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#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;}

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 */
.new-link a { 
  padding-left: 15px; 
  background: url(Images/question.gif) 3px 1px no-repeat; 
} 


#testback a {
	background-image:url('navdown-black.gif');
	background-position: right;
	background-repeat: no-repeat;
	padding:.7em
	text-align: center;
	display:block;
	border: 1px solid #555;
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
}	
/*	
#testback a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color:black; 
	background-color:#FFFF99;
	text-decoration:none;
	}
#testback li.black a {
	color: inherit;
	background: url('images/menu_bgblack.gif') #000000 no-repeat 0px 0px;
	border-right: #a52322 1px solid;
}


#dark  {
	
	background-color:fuchsia
}
*/	
