#navigation {
	top: 10px;
	z-index: 0;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-repeat: repeat-x;
	background-image: url(/images/headerbg1.png);
	width: 100%;
	height: 60px;
}

#navigation div a {
	text-shadow: 0px 1px 0px #a7a7a7;
	text-transform: uppercase;
	font-size: 19px;
	text-decoration: none; 
	color: white;
	font-weight: bold;
	font-family: "myriad pro", Helvetica, Arial;	
}

#navigation div a:hover {
	text-decoration: underline; 
	color: white;
	font-weight: bold;
	font-family: "myriad pro", Helvetica, Arial;
}

#navigation img {
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#navLogo {
	z-index: 10000;
	left: 0px;
	top: 10px;
	position: absolute;
	height: 60px;
	width: 175px;
	background-repeat: no-repeat;
	background-image: url(/images/headerlogo.png);
}

#navigation div {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 942px;
}