html {font-size: 100%}  /* per Grannell, p. 82 */	
                        /* has to be in this file for proper display on HostICan server */
						
a:link, a:visited {		text-decoration:none;
				/*   color:#2966AA; */   
				/*  color:#003399;  is pretty dark  */
				color:#084B8A;    /*  334499 dark but still blue  3 Nov 2009    menu items */
				}

#menubar	{		margin-top:0px; 
				padding: 0 0 0 0; 
				border-top:0px;
				font-size: 1.55em;                           /* 1.7em is much lighter line weight in the font  */
                           font-weight:bold;
				}							

												
#menubar li 	    {	 /*   border-top:.3em solid #DDDDDD;   puts a border above the aqua bar, in case you wanted to know */
				
				background:#BBFFFF;       /* pale aqua  */
				text-align:left;
				/*   vertical-align:middle;        3 Nov 2009 not the correct way   */
				/*   line-height: 1.3em;    3 Nov 2009 part of attempt at vertical centering */
				padding-left:2px   
				}

#menubar li:hover {	
				text-decoration:none;
				background:#88FFFF;    /*  #88FFFF bright cyan  works here only in menu bar, not dropdowns  */
				padding-left:2px
 				}
#menubar li:hover ul  {
				background:#BBFFFF;
				border-bottom:.1em solid #298888; /* was #0000FF;  */
				border-left:.15em solid #299999;
				margin-left:-.25em;
				}
					
#menubar li ul li  {		font-size:90%; }       /* was 90%  */
					
#menubar li:hover ul li {	border:none; 
				background:#CCFFFF;  /*  CCFFFF pale cyan   bkg of entire drop-down list  */
				padding:3px;        /* leading of items in drop-down list   */
				}
/*
#menubar li:hover ul li a:hover {background:#88FFFF;       
				}		
*/
#menubar a:hover {		text-decoration:none; /* for menu bar items including drop-downs 17 Feb 2010 */
				color:#CC9933;        /* gold */
				width: auto;  
				background:#88FFFF;   /* bright cyan background of hovered drop-down link   17 Feb 2010 */
				}
/*  it's a:focus causing the dashed line problem with facebook block in Firefox  January 26 2012 ...  but which attribute?  */
/*
#menubar a:focus {		text-decoration:none; /* for menu bar items including drop-downs 17 Feb 2010 */
				color:red;        /* gold */
				width: auto;  
				background:#88FFFF;   /* bright cyan background of hovered drop-down link   17 Feb 2010 */
				}
*/
