

	
	/* remove the list style */
	#nav {
		margin:0; 
		padding:0; 
		list-style:none;
	}	
	
		/* make the LI display inline */
		/* it's position relative so that position absolute */
		/* can be used in submenu */
		#nav li {
			float:left; 
			display:block; 
			position:relative;
			z-index:500; 
			margin:0 1px;
			list-style-type:none;
			
		}
		
		/* this is the parent menu */
		#nav li a {
			display:block; 
			padding:8px 5px 0 5px; 
			font-weight:700;  
			height:23px; 
			text-decoration:none; 
			text-align:center; 
			
		}

		#nav li a:hover {
			
		}
	
		/* you can make a different style for default selected value */
		#nav a.selected {
			color:#f00;
		}
	
		/* submenu, it's hidden by default */
		#nav ul {
			position:absolute; 
			left:0; 
			display:none; 
			margin:0 0 0 -1px; 
			padding:0; 
			list-style:none;
		}
		
		#nav ul li {
			 
			float:left; 
			border-top:1px solid #fff;
			z-index:99999999;
		}
		
		/* display block will make the link fill the whole area of LI */
		#nav ul a {
			display:block;  
			height:15px;
			padding: 8px 5px; 
			color:#666;
		}
		
		#nav ul a:hover {
			
		}

		/* fix ie6 small issue */
		/* we should always avoid using hack like this */
		/* should put it into separate file : ) */
		*html #nav ul {
			margin:0 0 0 -2px;
		}
		.sottomenu {
		background:#e7e1cf; width:150px; text-align:center;
		}
		.sottomenu a:link,a:visited{
		font-family: 'ArvoBold'; font-size:13px; color:#403F3A; text-decoration:none;
		}
		.sottomenu a:hover{
		color:#068989;
		}
		
		


/*
     FILE ARCHIVED ON 09:49:52 Jun 01, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:45:36 Feb 10, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.739
  exclusion.robots: 0.028
  exclusion.robots.policy: 0.012
  esindex: 0.014
  cdx.remote: 71.47
  LoadShardBlock: 263.507 (3)
  PetaboxLoader3.datanode: 305.907 (5)
  PetaboxLoader3.resolve: 724.693 (3)
  load_resource: 840.654 (2)
*/