	/*  Horizontal nav */

#menu {
	margin: 0;
	padding: 0;
        width: 660px;
	}

#menu ul {
	border: 0px none;
	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 {
	background: #fff;
	
	height: 2em;
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-right: none;
	padding: 0;
        width: 108px;
	margin: 0 0 10px 0;
	/* color: #c30; */
      color: #003300;
	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#five a	{
	
	border-right: 1px solid #333333;
	}

#resources a:link, #resources a:visited {
	border-right: 1px solid #ccc;
	}

#menu ul li a:hover {
	color: #000;
	background: #999999;
	}

#menu a:active	{
	/* background: #c60; */
      background: #999999;
	color: #fff;
	}
#menu a.selected	{
	/* background: #c60; */
      background: #999999;
	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 {
	/* background: #c60; */
      background: #003300;
	border: 1px solid #c30;
	color: #fff;
	font-weight: bold;
	}
