span 
{
	
	font-family: inherit;
	font-weight: bolder;
	color: #ffe491;
}

.mainmenu a  
{
	text-decoration: none;
	font-family: inherit;
	color: #ffbf00;
}
.mainmenu  a:hover{
	font-weight: bolder;
	color: white;
}

 .mainmenu li:hover {
	
	color: white;
	background-color: #34849a;
	border: thin outset #349a4c;
}
.mainmenu li:active
{
	border: thin inset #349a4c;
}

.mainmenu li {
	
	/*width: 4em;*/
	float: left;
	list-style-type: none;
	margin-top: 1px;
	margin-bottom: 1px;
	/*border: thin solid;*/
	padding: 2px .6em 2px .6em;
	/*padding: 2px 2px 2px 2px;*/
 }

.mainmenu img {
	border-style: none;
}
.mainmenu ul {
	
	border: medium double #349a4c;
	border-left: none;
	
	color: #ffbf00;
	border-right: none;
	float: left;
	margin: 0px 0px 0px 2em;
	padding: 0;
	
	font-weight: bolder;
	width: 80%;
	height: 29px;
	vertical-align: middle;
	}
	

	
.mainmenu
{
	padding: 5.5em 1em 0 1em;
	text-align: center;
}
	
.header
{
  
	background-image: url(graphics/Header.jpg);
	background-repeat: no-repeat;
	margin: 0 auto ;
	padding: 0 0 0 0;
	width: 1000px;
	height: 140px;
	
	text-align: center;
	
}

