@charset "utf-8";
#nav-container{
	display: block;
	float: left;
	height: 104px;
	width: 720px;
	position: relative;
	margin-top: 18px;
	font-family: "Myriad Pro", Myriad, Arial, "Gill Sans MT", sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
}

#nav-home {
	background-image: url(images/nav-bar-btn.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 76px;
	width: 120px;
	position: relative;
	text-align: center;
	padding-top: 28px;
}
#nav-home a {
	color: #FFFFFF;
	text-decoration: none;
}
#nav-home a:hover {
	color: #539108;
	text-decoration: underline;
}

#nav-about {
	background-image: url(images/nav-bar-btn.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 76px;
	width: 120px;
	position: relative;
	text-align: center;
	padding-top: 28px;
}
#nav-about a {
	color: #FFFFFF;
	text-decoration: none;
}
#nav-about a:hover {
	color: #539108;
	text-decoration: underline;
}

#nav-testimonials {
	background-image: url(images/nav-bar-btn.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 76px;
	width: 120px;
	position: relative;
	text-align: center;
	padding-top: 28px;
}
#nav-testimonials a {
	color: #FFFFFF;
	text-decoration: none;
}
#nav-testimonials a:hover {
	color: #539108;
	text-decoration: underline;
}
#nav-rates {
	background-image: url(images/nav-bar-btn.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 76px;
	width: 120px;
	position: relative;
	text-align: center;
	padding-top: 28px;
}
#nav-rates a {
	color: #FFFFFF;
	text-decoration: none;
}
#nav-rates a:hover {
	color: #539108;
	text-decoration: underline;
}
#nav-reservations {
	background-image: url(images/nav-bar-btn.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 76px;
	width: 120px;
	position: relative;
	text-align: center;
	padding-top: 28px;
}
#nav-reservations a {
	color: #FFFFFF;
	text-decoration: none;
}
#nav-reservations a:hover {
	color: #539108;
	text-decoration: underline;
}
#nav-contact {
	background-image: url(images/nav-bar-btn.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 76px;
	width: 120px;
	position: relative;
	text-align: center;
	padding-top: 28px;
}
#nav-contact a {
	color: #FFFFFF;
	text-decoration: none;
}
#nav-contact a:hover {
	color: #539108;
	text-decoration: underline;
}
