/* Top navigation menu */
 
#topnavbar { 
	/* border: 3px solid #a7b382;	 */
	/* background-color: white; */
	/* height: 80px; */
	padding: 18px 14px 18px 14px; 
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	color: #919540;
	/*text-align: justify;*//*doesn't work?*/
	text-align: center;
	
}
ul.navlist{
	list-style-type: none; /* gets rid of markers */
	float: left;
	width: 100%;
}
li.navitem{
	display: inline;
}
 
  
a.button {
	/*font-family:Verdana, helvetica, sans-serif;*/
	font-size: 16px; /*was 12px*/
	display: inline;
	font-weight: bold;
	/* color: white; */
	background-color: #fefeee;
	background-color: #fefdde;	
   text-decoration: none; 
   line-height: 20px;
   padding: 0px 6px 0px 6px;
   margin: 0px 10px 2px 10px;
   white-space: nowrap;
   /* border: 3px ridge #7e8238; */
   
   /* float: left; */
   /* border-right: 1px solid black; */
}
 
a.button:link {color: #7e8238; }
a.button:visited {color:#7e8238;}
a.button:hover {
	/* outline:1px solid #CCCCCC; */
	color:#000000;
}

