﻿
#menub-container
	{
	/*position: absolute;*/		
	top: 1em;
	left: 0em;
	
	}

#menub
	{
	font-size:x-small;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
	margin:0em;
	margin-top: 1em;
	margin-bottom: 1em;
	}
		
#menub a
	{
	text-align: center;	/* changed from center, to allow for arrows on drops */
	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;

	}
	
#menub a:link, #menub a:visited, #menub a:active	/* menu at rest */
	{
	color:black; 
	background-color:#FFEE99;
	text-decoration:none;
	}
	
#menub a:hover						/* menu on mouse-over  */
	{
	color: white;
	background-color:#FFCC00;
	text-decoration:none;
	}	
#menub a.top_parent:hover						/* mike menu on mouse-over  */
	{
	color: white;
	background-color:#FFCC00;
	text-decoration:none;
	background-image:none;
	}	
	
#menub a.top_parent, #menub a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image:url(Images/navdown-black.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;
	
	}

.top_parent a:hover						/* mike menu on mouse-over  */
	{
	color: white;
	background-color:#FFCC00;
	text-decoration:none;
	background-image:none;
	}	

.plain {
	color: white;
	background-color:#FFCC00;
	text-decoration:none;
	background-image:none;

}
	
/*	
#menub a:
	{
	background-image:url('Images/navdown-black.gif');
}
*/
		
/*
#menub a.parent, #menub 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
	}
*/
#menub li#blackb a 					/* color for current page tab */
	{
	color: inherit;
	/*background: url('images/menu_bgblack.gif') #000000 no-repeat 0px 0px;*/
	background-color:#f9de8f;
	border-right: #a52322 1px solid;
	
}
/*
#menub li.blackb a:hover						 black menu on mouse-over, rather not  
	{
	color: white;
	background-color: cornflowerblue;
	text-decoration:none;
	}		
	*/
#menub li.top_parent a 					
	{
	color: inherit;
	/*background: url('images/menu_bgblack.gif') #000000 no-repeat 0px 0px;*/
	background-color:#FFEE99;
}

#menub li.top_parent a:hover 					
	{
	color: inherit;
	background-color:#FFCC00;
}


#menub 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 */
	}

#menub li
	{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	}

#menub ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menub ul ul ul
	{
	top:0;
	left:100%;
	}

div#menub li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menub li:hover ul ul,
div#menub li li:hover ul ul,
div#menub li li li:hover ul ul,
div#menub li li li li:hover ul ul
{display:none;}

div#menub li:hover ul,
div#menub li li:hover ul,
div#menub li li li:hover ul,
div#menub 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, #menub a:visited, #menub 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
}
*/	
