.outer-content {
	background-color: #7cb429;
}
.nav-maagical, .nav-aawesome, .bottom-contact {
	background: url(../images/nav-green-bg.png) no-repeat 0px 0px;
}
.nav-plaayful ul li .current {
	border-top: #ffffff 3px solid;
}
.nav-awesome ul li .current {
	border-top: #ffffff 3px solid;
}
a.about:hover, a.about:active,
a.history:hover, a.history:active,
a.travelinfo:hover, a.travelinfo:active,
a.gettinghere:hover, a.gettinghere:active,
a.summerSpecials:hover, a.summerSpecials:active,
a.winterSpecials:hover, a.winterSpecials:active {
	border-top: #569229 3px solid;
}
.prevBtn {
	cursor: pointer;
	display: block;
	height: 65px;
	width: 16px;
	background:url(../images/btn-back-green.gif) no-repeat 0px 0px;
}
.prevBtn:hover {
	background:url(../images/btn-back-green.gif) no-repeat -16px 0px;
}
.prevBtn span {
	visibility: hidden;
}
.nextBtn {
	cursor: pointer;
	display: block;
	height: 65px;
	width: 16px;
	background:url(../images/btn-next-green.gif) no-repeat 0px 0px;
}
.nextBtn:hover {
	background:url(../images/btn-next-green.gif) no-repeat -16px 0px;
}
.nextBtn span {
	visibility: hidden;
}