﻿#navigation {
	width:924px;
	margin-right:auto;
	margin-left:auto;
	clear:both;
	overflow:hidden;
}

/* Navigation Styles */
#navigation ul {
	list-style-type:none;
	width:auto;
	margin:1px 1px 1px 10px;
	padding:1px;
}

#navigation li {
	float:left;
	margin-left:19px;
}

#navigation a {
	text-decoration:none;
	text-align:center;
	color:#a0522d;
	display:block;
	margin:1 2px;
	min-width:129px;
	min-height:49px;
}

#home a {
	background:url("../img/home.png") no-repeat;
}

#home a:hover {
	background:url("../img/homeMo.png") no-repeat;
}

#about a {
	background:url("../img/aboutUs.png") no-repeat;
}

#about a:hover {
	background:url("../img/aboutUsMo.png") no-repeat;
}

#services a {
	background:url("../img/services.png") no-repeat;
}

#services a:hover {
	background:url("../img/servicesMo.png") no-repeat;
}

#mission a {
	background:url("../img/mission.png") no-repeat;
}

#mission a:hover {
	background:url("../img/missionMo.png") no-repeat;
}

#contact a {
	background:url("../img/contactUs.png") no-repeat;
}

#contact a:hover {
	background:url("../img/contactUsMo.png") no-repeat;
}

#downloads a {
	background:url("../img/downloads.png") no-repeat;
}

#downloads a:hover {
	background:url("../img/downloadsMo.png") no-repeat;
}

#testimonials a {
	background:url("../img/testimonials.png") no-repeat;
}

#testimonials a:hover {
	background:url("../img/testimonialsMo.png") no-repeat;
}