#header {
	background: black;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 100%;
	min-width: 790px;
	position: relative;
}

#evergreen_logo {  /* header logo */
	float: left;
	padding: 6px 0 0 16px;
	margin: 0 0 -17px;
  z-index: 500;
} 

#header label {
  display: block;
  color: white;
  font-weight: bold;
  font-size: .8em;
  margin-bottom: 2px;
} 

#header form {
  margin: 0;
  padding: 0;
}

#resourcesfor {
  float: left;
  padding: 13px 10px 0 54px; /* 230 */
} 
#searchaz { /* form & A-Z index link*/
  float: right;
  padding: 13px 20px 18px 0;
}

#menu { 
  clear: both;
  width: 100%;
  overflow: hidden;
  border-bottom: 5px solid #46502B;
}

#menu ul.primary { 
  margin: 0;
  padding: 0;
  overflow: hidden;
  float: right; 
  list-style: none;
  width: auto;
}

#menu ul.primary li {
  float: left;
}

#menu ul.primary li a {  /* top nav tabs */
  position: relative;
  text-decoration: none;
  color: black; /* inactive state color */
  font-weight: bold;
  display: block;
  height: 1.2em;
  width: 7em;
  background: #996600; 
  padding: 5px 6px 7px;
  text-align: center;
  font-size: 9pt;
}

#menu ul.primary li a:hover { 
	background: #000;
	color: #D4D79F; /*pale hover color*/
}
#menu ul.primary li.spacer {
  background: #996600; 
  position: relative;
  display: block;
  height: 1.2em;
  width: 10px;
  padding: 5px 0 7px;
  font-size: 9pt;
}

#menu ul.primary li.on a, #menu ul.primary li.on a:hover {
	/* Second css descriptor prevents current item 
	   from appearing to react to hover event. */
	background: #46502B; /* green color */
	color: white; /* active color*/
} 

#menu .secondary {
  background-color: #46502B;
  overflow: hidden;
  margin: 0;
  font-size: 8pt;
  padding: 0; 
  clear: both;
  width: 100%;
}

#menu .secondary ul { 
  position: relative;
  width: auto;
  margin: .5em 0 .1em;
  padding: 0;
  list-style: none;
  float: right;
}

#menu .secondary ul li {
  display: inline;
}

#menu .secondary ul li a {
	text-decoration: none;
	color: white;	
	margin: 0 1em;
  font-weight: bold;
	font-size: 8pt;
}

#menu .secondary ul li a:hover{
  color: #D4D79F; /*pale hover color*/
}

#header form {
	margin: 0 0 .2em;
}
#header form input, #header form select {
	font-size: 8.5pt;
	border: 1px solid #999;
	color: #333;
}


#header form input, #header form select {
	padding: 3px;
}
#header form select {
	font-size: 9pt;
	padding: 1px;
}
#header form input.submit {
  color: white;
	padding: 2px;
  background-color: #333;
}
#azindex {
  color: #fff;
  text-decoration: none;
  border-right: 6px solid black;
  font-size: 8.5pt;
}

#azindex:hover {
  color: #B9DAE8; /* skyblue hover */
  background: black;
}

#searchaz form.search {
border: none;
background: none;
width: auto;
}