		/*  Horizontal nav */
		
		#menu {
			margin: 0;
			padding: 0;
			}
		
		#menu ul {
			border: 0;
			margin: 0;
			padding: 0;
			list-style-type: none;
			text-align: center;
			clear: left;
			}
		
		#menu ul li {
			display: block;
			float: left;
			text-align: center;
			padding: 0;
			margin: 0;
			}
		
		#menu ul li a {
			font-family : Arial, Helvetica, sans-serif;
			background: #fff;
			width: 94px;
			height: 2em;
			border-top: 1px solid #ccc;
			border-left: 1px solid #ccc;
			border-bottom: 1px solid #ccc;
			border-right: none;
			padding: 0;
			margin: 1px 0 2px 0;
			color: Maroon;
			text-decoration: none;
			display: block;
			text-align: center;
			font-weight: normal;
			letter-spacing: 1px;
			line-height: 2em;
			font-size:    xx-small;      
			voice-family: "\"}\"";   
			voice-family: inherit;   
			font-size:    x-small;   
			}
		
		html>#menu ul li a  {
			font-size: x-small;
			} 
		
		#menu ul li#seven a	{
			width: 95px;
			border-right: 1px solid #ccc;
			}
			
		#menu ul li#underFive a	{
			width: 95px;
			border-right: 1px solid #ccc;
			}
		
		#resources a:link, #resources a:visited {
			border-right: 1px solid #ccc;
			}
		
		#menu ul li a:hover {
			color: #000;
			background: #9DE2F9;
			}
		
		#menu a:active	{
			background: #ccc;
			color: #fff;
			}
		
		body#sectionone #menu li#one a, 
		body#sectiontwo #menu li#two a,
		body#sectionthree #menu li#three a,
		body#sectionfour #menu li#four a,
		body#sectionfive #menu li#five a,
		body#sectionsix #menu li#six a,
		body#sectioneight #menu li#eight a,
		body#sectionseven #menu li#seven a {
			background: #eee;
			/*border: 1px solid #c30;*/
			color: #444;
			/*font-weight: bold;*/
			}
		#menu li#underActive a {
			background: #eee;
			/*border: 1px solid #c30;*/
			color: #444;
			/*font-weight: bold;*/
			}

