#navigation1 {
	background:url(../grfx/nav/navigation1.jpg) no-repeat;
	width: 762px;
	height: 30px;
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

	#navigation1 li {
		display: inline;
		list-style-type: none;
		padding-top: 8px;
		line-height: 30px;
	}
	
	#navigation1 li a {
		text-decoration: none;
		color: #fff;
		padding: 0 6px 0 6px;
	}
	
	#navigation1 li a:hover {
		color: #424200;
	}

#navigation2 {
	background:url(../grfx/nav/navigation2.jpg) no-repeat;
	width: 762px;
	height: 30px;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

	#navigation2 li {
		display: inline;
		list-style-type: none;			
		line-height: 30px;
	}
	
		
	#navigation2 li a {
		text-decoration: none;
		color: #fff;
		padding: 0 6px 0 6px;
	}
	
	#navigation2 li a:hover {
		color: #de6b1f;
	}