

/*	H E A D E R	*/

	/*	MAIN SECTION NAVIGATION */
		#nav-main td { 
			width: 101px; 
			height: 22px; 
			text-align: center; 
			white-space: nowrap; 
			}
		#nav-main a { 
			width: 100%; 
			line-height: 22px; 
			text-decoration: none; 
			color: white; 
			display: block; 
			}

		#nav-main .tabs-home a:link, 
		#nav-main .tabs-home a:visited { background-color: #848073; }
		#nav-main .tabs-home a:hover, 
		#nav-main .tabs-home a:active { background-color: #29367A; }

		#nav-main .tabs-services a:link,	
		#nav-main .tabs-services a:visited { background-color: #A89F82; }	 
		#nav-main .tabs-services a:hover, 
		#nav-main .tabs-services a:active { background-color: #29367A; }
						
		#nav-main .tabs-volunteer a:link,	
		#nav-main .tabs-volunteer a:visited { background-color: #A89F82; }	 
		#nav-main .tabs-volunteer a:hover, 
		#nav-main .tabs-volunteer a:active { background-color: #29367A; }
				
		#nav-main .tabs-about a:link, 
		#nav-main .tabs-contact a:visited { background-color: #848073; }
		#nav-main .tabs-contact a:hover, 
		#nav-main .tabs-contact a:active { background-color: #29367A; }
		
		#nav-main .tabs-links a:link,	
		#nav-main .tabs-links a:visited { background-color: #A89F82; }	 
		#nav-main .tabs-links a:hover, 
		#nav-main .tabs-links a:active { background-color: #29367A; }		 
		
		#nav-main .tabs-contact a:link, 
		#nav-main .tabs-contact a:visited { background-color: #848073; }
		#nav-main .tabs-contact a:hover, 
		#nav-main .tabs-contact a:active { background-color: #29367A; }
		
		#nav-main .tabs-CATS a:link, 
		#nav-main .tabs-CATS a:visited { background-color: #A89F82; }	
		#nav-main .tabs-CATS a:hover, 
		#nav-main .tabs-CATS a:active { background-color: #29367A; }
		
		#nav-main .tabs-helping a:link, 
		#nav-main .tabs-helping a:visited { background-color: #848073; }
		#nav-main .tabs-helping a:hover, 
		#nav-main .tabs-helping a:active { background-color: #29367A; }
		
	/*	HEADER MAIN NAVIGATION LINK HIGHLIGHTS PER SECTION	*/
		#page-databases #nav-home a { background-color: #C00202; }
		#page-catalogues #nav-services a { background-color: #E67433; }
		#page-weblinks #nav-volunteer a { background-color: #CC0066; }
		#page-genealogy #nav-contact a { background-color: #5F9BAC; }
		#page-links #nav-links a { background-color: #AEAF4E; }
		#page-CATS #nav-CATS a { background-color: #68BE49; }
		#page-helping #nav-helping a { background-color: #F69201; }