#myslidemenu {
	background-color:#dceaa1;
	width:100%;
	z-index:1000;
}

	#nav {
		margin:0; 
		padding:0; 
		list-style:none;
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
	}	
	
		/* make the LI display inline */
		/* it's position relative so that position absolute */
		/* can be used in submenu */
		#nav li {
	float:left;
	display:block;
	width:130px;
	background:#dceaa1;
	position:relative;
	z-index:1000;
	margin:0 1px;
		}
		
		/* this is the parent menu */
		#nav li a {
			display:block; 
			padding:8px 2px 5px 2px; 
			font-weight:700;  
			height:25px; 
			text-decoration:none; 
			text-align:center; 
			color:#12753b;
		}

		#nav li a:hover {
			color:#fff;
			background-color:#86c93d;
		}
	
		/* you can make a different style for default selected value */
		#nav a.selected {
			color:#063;
		}
	
		/* 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 {
			width:130px; 
			float:left; 
			border-top:1px solid #fff;
			font-size:13px;
		}
		
		/* display block will make the link fill the whole area of LI */
		#nav ul a {
			display:block;  
			height:38px;
			padding: 12px 5px 0 5px; 
			color:#12753b;
		}
		
		#nav ul a:hover {
			text-decoration:none;	
			background-color:#86c93d;
		}

		/* 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;
		}
/*
     FILE ARCHIVED ON 23:20:37 Apr 06, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:24:10 Jun 18, 2023.
     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: 93.565
  exclusion.robots: 0.099
  exclusion.robots.policy: 0.087
  cdx.remote: 0.071
  esindex: 0.011
  LoadShardBlock: 63.987 (3)
  PetaboxLoader3.datanode: 96.421 (6)
  PetaboxLoader3.resolve: 214.38 (3)
  load_resource: 517.508 (2)
  loaddict: 165.433
*/