/* 
  -----------------------------------
  Pop Menu Magic 3
  by Project Seven Development
  www.projectseven.com
  Style Theme: 01 - Basic
  -----------------------------------
*/


.p7PM3-01 {
	line-height: 1;
	font-size: 18px;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-stretch: condensed;
	-webkit-transform-style: preserve-3d;
	width:100%;
}
.p7PM3-01.horiz {
	padding: 0px 8px;
}

.pmm3-toolbar {
	display: none;
}

.p7PM3-01 a img {
	border: none;
	vertical-align: bottom;
}

.p7PM3-01.menu-centered {
	text-align: center;
}
.p7PM3-01.menu-right {
	text-align: right;
}

.p7PM3-01:after {
	content: "\0020";
	clear: both;
	font-size: 0px;
	line-height: 0;
	display: inline;
	height: 0px;
}

.p7PM3-01 ul {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	vertical-align: bottom;
	height:124px;
	width:107%;
}
.p7PM3-01 .root_3 ul {
	height:124px;
}
.p7PM3-01 .root_6 ul {
	height:175px;
}
.p7PM3-01 ul li {
	list-style-type: none;
	float: left;
	position: relative;
	height:100%;
	background-size:100% auto;
	background-position:top center;
	background-repeat:no-repeat;webkit-transition: background-image 0.2s ease-in-out;
transition: background-image 0.2s ease-in-out;
position:relative;
    /*Smooth Edges*/
    -webkit-backface-visibility: hidden;
}

.p7PM3-01 ul li a {
	display: block;
	padding: 12px 18px;
	color: rgba(0,0,0,0);
	text-decoration: none;
	background-repeat: no-repeat;
	overflow: hidden;
	width:100%;
	height:100%;
}
.p7PM3-01 ul li a.pm3-link:hover {
}

.p7PM3-01 a.trig_closed {
}
.p7PM3-01 ul ul a.trig_closed {
}
.p7PM3-01 a.trig_open {
	color: rgba(0,0,0,0);
}
.p7PM3-01 ul ul li a {
	border: none;
	border-bottom: 1px solid rgba(0,0,0,.8);
	color:rgba(255,255,255,.5);
	font-size: .9em;
	height:auto;
	width:auto;
	color:#fff;
}

.p7PM3-01 ul ul li:last-child a {
	border-bottom: none;
}
.p7PM3-01 ul ul li a.pm3-link:hover, .p7PM3-01 ul ul li a.trig_open {
	color: rgba(255,255,255,1) ;
	background-color:rgba(120,1,19,1);	
	
	/*Inner shadow*/
	-webkit-box-shadow:
	 0 1px 10px rgba(0, 0, 0, 0.85) inset;
	-moz-box-shadow: 
	0 1px 10px rgba(0, 0, 0, 0.85) inset;
	box-shadow: 
	0 1px 10px rgba(0, 0, 0, 0.85) inset;
}

/*Turn off BG Image for links that are not triggers*/
.p7PM3-01 ul li a.pm3-link, .p7PM3-01 ul li a.pm3-link:hover {
	background-image: none;
}

.p7PM3-01 ul ul {
	background:url(../../-Images/-Structure/Navigation/SubListTopper.png) top center no-repeat;
	background-size:100% 60px;
	padding-top:60px;
	
	display: block;
	text-align: left;
	width: 200px;
}
.p7PM3-01.transparent ul ul {
}

.p7PM3-01.shadows ul ul {
	box-shadow: 10px 10px 30px rgba(0,0,0,.5);
}

.p7PM3-01.auto-subs ul ul {
	width: auto;
}
.p7PM3-01.auto-subs ul ul li a {
	white-space: nowrap;
	border:4px solid #FFF;
	border-top:0px;
	background-color:rgba(237,34,40,1);
	border-bottom: 2px dashed #fff;
	text-align:center;
	font-family: 'Sancreek', cursive;
	letter-spacing:.05em;
	
	text-shadow: 0px 2px 0px rgba(0,0,0,1);
	font-size:1.3em;
}
.p7PM3-01 ul ul li {
	position: relative;
	float: none;
	margin: 0px;
	padding: 0px;
	height:auto;
	border:4px solid #291F10;
	border-top:0px;
	border-bottom:0px;
}
.p7PM3-01.auto-subs ul ul li:last-child a:last-child {
	border-bottom: 4px solid #fff;
}
.p7PM3-01 ul ul li:last-child {
	border-bottom:4px solid #291F10;
}
.sublisttopper {
	width:100%;
	height:auto;}

/*ROUNDED CORNERS OPTION - Sub-Center Bias*/
.p7PM3-01.rounded ul ul {
	border-radius: 5px;
}
.p7PM3-01.rounded.justified ul li.pm3first ul.level_2,
.p7PM3-01.rounded.sub-left ul ul {
	border-top-left-radius: 0px;
}
.p7PM3-01.rounded.sub-left ul ul ul {
	border-top-left-radius: 5px;
}
.p7PM3-01.rounded.justified ul li.pm3last ul.level_2 {
	border-top-right-radius: 0px;
}
.p7PM3-01.rounded ul a.root_trig,
.p7PM3-01.rounded ul a.root_link {
	border-radius: 5px 5px 5px 5px;
}
.p7PM3-01.rounded a.root_trig.trig_open {
	border-radius: 5px 5px 0px 0px;
}
.p7PM3-01.rounded ul ul a.pm3first,
.p7PM3-01.rounded ul ul .pm3first.pmm3-title-bar {
	border-radius: 5px 5px 0px 0px;
}
.p7PM3-01.rounded.sub-centered.justified ul li.pm3first ul.level_2 a.pm3first,
.p7PM3-01.rounded.sub-right.justified .pm3first .level_2 a.pm3first,
.p7PM3-01.rounded.sub-left ul.level_2 a.pm3first {
	border-top-left-radius: 0px;
}
.p7PM3-01.rounded.sub-left ul.level_3 a.pm3first,
.p7PM3-01.rounded.sub-left.justified .pm3last ul.level_2,
.p7PM3-01.rounded.sub-left.justified .pm3last ul.level_2 a.pm3first,
.p7PM3-01.rounded.sub-right.justified .pm3first .level_2 ul a.pm3first {
	border-top-left-radius: 5px;
}
.p7PM3-01.rounded.justified ul li.pm3last ul.level_2 a.pm3first,
.p7PM3-01.rounded.sub-right ul.level_2,
.p7PM3-01.rounded.sub-right ul.level_2 a.pm3first {
	border-top-right-radius: 0px;
}
.p7PM3-01.rounded.sub-right ul.level_2 ul,
.p7PM3-01.rounded.sub-right ul.level_2 ul a.pm3first {
	border-top-right-radius: 5px;
}
.p7PM3-01.rounded.sub-right.justified .pm3first .level_2,
.p7PM3-01.rounded.sub-right.justified .pm3first .level_2 a.pm3first {
	border-top-right-radius: 5px;
}
.p7PM3-01.rounded ul ul a.pm3last,
.p7PM3-01.rounded ul ul .pm3last.pmm3-title-bar {
	border-radius: 0px 0px 5px 5px;
}
.p7PM3-01.rounded ul ul a.pm3first.pm3last {
	border-radius: 5px 5px 5px 5px;
}
.p7PM3-01.rounded ul a.root_trig.trig_up {
	border-radius: 5px 5px 5px 5px;
}
.p7PM3-01.rounded li.trig_up div {
	padding-bottom: 10px;
}
.p7PM3-01.rounded .trig_up a.pm3first {
	border-radius: 5px 5px 5px 5px !important;
}
.p7PM3-01.rounded ul li.trig_up ul {
	border-radius: 5px 5px 5px 5px;
}
.p7PM3-01.rounded .trig_up .pm3first.pmm3-title-bar {
	border-radius: 5px 5px 0px 0px !important;
}
.p7PM3-01.rounded .trig_up .pm3last.pmm3-title-bar {
	border-radius: 0px 0px 5px 5px !important;
}
.p7PM3-01.vert.rounded {
	border-radius: 5px;
}
.p7PM3-01.vert.rounded a.root_trig {
	border-radius: 5px 5px 5px 5px;
}
.p7PM3-01.vert.rounded ul ul {
	border-radius: 5px;
}


/*DISPLAY AS TITLE ONLY*/
.p7PM3-01 .pmm3-title-bar {
	padding: 12px 18px;
	color: #DDD;
	background-color: #666;
}
.p7PM3-01.auto-subs ul ul .pmm3-title-bar {
	white-space: nowrap;
}

/*IMAGE LINKS*/
.p7PM3-01 .p7PM3_img {
	border: none;
	padding: 0px;
	text-align: center;
	background: none !important;
}
.p7PM3-01 .p7PM3_img img {
	border: none;
	width: auto !important;
	height: auto !important;
	max-width: 100%;
	vertical-align: bottom;
}

/*VERTICAL MODE */
.p7PM3-01.vert {
	background: none;
	border: none;
}
.p7PM3-01.vert.shadows {
	box-shadow: none;
}
.p7PM3-01.vert ul {
	display: block;
}
.p7PM3-01.vert ul li {
	float: none;
	padding: 0px;
	position: relative;
}
.p7PM3-01.vert ul ul li {
	padding: 0px;
	margin: 0px;
}

/*
NO-SCRIPT RULES
The following rules enable your menu to work even when javascript is disabled in the browser
*/
.p7PM3-01.p7PM3noscript {
	position: relative;
}

.p7PM3-01.p7PM3noscript ul ul {
	position: absolute;
	display: none;
	top: 100%;
}
.p7PM3-01.p7PM3noscript ul ul ul {
	display: none;
	top: 0px;
	left: 100%;
}
.p7PM3-01.vert.p7PM3noscript ul ul {
	top: 0px;
	left: 100%;
}
.p7PM3-01.p7PM3noscript li:hover ul {
	display: block;
}
.p7PM3-01.p7PM3noscript li:hover ul ul, .p7PM3-01.p7PM3noscript li:hover ul ul ul, .p7PM3-01.p7PM3noscript li:hover ul ul ul ul, .p7PM3-01.p7PM3noscript li:hover ul ul ul ul ul, .p7PM3-01.p7PM3noscript li:hover ul ul ul ul ul ul {
	display: none;
}
.p7PM3-01.p7PM3noscript li li:hover ul, .p7PM3-01.p7PM3noscript li li li:hover ul, .p7PM3-01.p7PM3noscript li li li li:hover ul, .p7PM3-01.p7PM3noscript li li li li li:hover ul, .p7PM3-01.p7PM3noscript li li li li li li:hover ul {
	display: block;
}

/*BREADCRUMBS*/
.p7PM3-01_crumbs.centered {
	text-align: center;
}
.p7PM3-01_crumbs.right {
	text-align: right;
}
.p7PM3-01_crumbs ul {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	font-size: 1em;
	display: inline-block;
}
.p7PM3-01_crumbs li {
	list-style-type: none;
	display: block;
	float: left;
	margin-right: .25em;
}
.p7PM3-01_crumbs a {
	text-decoration: none;
	color: #000;
}
.p7PM3-01_crumbs a:hover {
	text-decoration: underline;
}
.p7PM3-01_crumbs li:last-child {
	margin-right: 0px;
	font-weight: bold;
}
.p7PM3-01_crumbs.thick-arrow li:after {
    content: "\0020 \0020 \27A7";
}
.p7PM3-01_crumbs.thin-arrow li:after {
    content: "\0020 \0020 \279F";
}
.p7PM3-01_crumbs.open-arrow li:after {
    content: "\0020 \0020 \21E8";
}
.p7PM3-01_crumbs.triangle-dots li:after {
    content: "\0020 \0020 \2234";
}
.p7PM3-01_crumbs.double-colon li:after {
   content: "\0020 \0020 \2237";
}
.p7PM3-01_crumbs.pipe li:after {
   content: "\0020 \0020 |";
}
.p7PM3-01_crumbs.dash li:after {
   content: "\0020 \0020 -";
}
.p7PM3-01_crumbs li:last-child:after {
	content: "\0020";
}

/*END BREADCRUMB RULES*/


#home {
	background-image: url(../../-Images/-Structure/Navigation/Navigation_Home-02.png);
	width: 9.3414899552942823%;
	white-space: nowrap;
	margin:1.80% -.8% 0 0;
}
#home:hover {
	background-image: url(../../-Images/-Structure/Navigation/Navigation_Home%20copy.png);
}
#news {
	background-image: url(../../-Images/-Structure/Navigation/Navigation_News.png);
	width: 6.87174873478988%;
	white-space: nowrap;
	margin:1.28% -.7% 0 0;
}
#news:hover {
	background-image: url(../../-Images/-Structure/Navigation/Navigation_News%20copy.png);
}
#fallfun {
	background-image: url(../../-Images/-Structure/Navigation/Navigation_FallFun.png);
	width: 9.009032011937546%;
	white-space: nowrap;
	margin:.7% -.55% 0 0;
}
#fallfun:hover {
	background-image: url(../../-Images/-Structure/Navigation/Navigation_FallFun%20copy.png);
}
#hours {
	background-image: url(../../-Images/-Structure/Navigation/Navigation_Hours.png);
	width: 11.78900222815161%;
	white-space: nowrap;
	margin:.2% -.5% 0 0;
}
#hours:hover {
	background-image: url(../../-Images/-Structure/Navigation/Navigation_Hours%20copy.png);
}
#store {
	background-image: url(../../-Images/-Structure/Navigation/Navigation_Store.png);
	width: 14.946489065385396%;
	white-space: nowrap;
}
#store:hover {
	background-image: url("../../-Images/-Structure/Navigation/Navigation_Store-copy.png");
}
#events {
	background-image: url(../../-Images/-Structure/Navigation/Navigation_Events.png);
	width: 8.72696468976725%;
	white-space: nowrap;
	margin:0 0 0 -2px;
}
#events:hover {
	background-image: url(../../-Images/-Structure/Navigation/Navigation_Events%20copy.png);
}
#spring {
	background-image: url(../../-Images/-Structure/Navigation/Navigation_Spring.png);
	width: 8.639701050693265%;
	white-space: nowrap;
	margin:.1% 0 0 -.4%;
}
#spring:hover {
	background-image: url(../../-Images/-Structure/Navigation/Navigation_Spring%20copy.png);
}
#directions {
	background-image: url(../../-Images/-Structure/Navigation/Navigation_Directions.png);
	width: 11.769101312183793%;
	white-space: nowrap;
	margin:.4% 0 0 -.4%;
}
#directions:hover {
	background-image: url(../../-Images/-Structure/Navigation/Navigation_Directions%20copy.png);
}
#contact {
	background-image:url(../../-Images/-Structure/Navigation/Navigation_Contact.png);
	width: 9.23042031485502%;
	white-space: nowrap;
	margin:1.05% 0 0 -.6%;
}
#contact:hover {
	background-image: url(../../-Images/-Structure/Navigation/Navigation_Contact%20copy.png);
}
#about {
	background-image: url(../../-Images/-Structure/Navigation/Navigation_About.png);
	width: 9.676050636941957%;
	white-space: nowrap;
	margin:1.73% 0 0 -.75%;
}
#about:hover {
	background-image: url(../../-Images/-Structure/Navigation/Navigation_About%20copy.png);
}

 @media only screen and (min-width: 1000px) and (max-width: 1280px) {

#contact {
	margin:.95% 0 0 -.6%;
}
 
#about {
	margin:1.7% 0 0 -.79%;
}
.p7PM3-01.auto-subs ul ul li a {
	font-size:1em;
	border:3px solid #FFF;
	border-bottom: 2px dashed #fff;
	border-top:0px;
}
.p7PM3-01 ul ul {
	background-size:100% 60px;
	padding-top:60px;
	margin-top:-20px;
}
.p7PM3-01 ul ul li {
	border:3px solid #291F10;
	border-top:0px;
	border-bottom:0px;
}
.p7PM3-01.auto-subs ul ul li:last-child a:last-child {
	border-bottom: 3px solid #fff;
}
.p7PM3-01 ul ul li:last-child {
	border-bottom:3px solid #291F10;
}
 } @media only screen and (min-width: 850px) and (max-width: 1000px) {

#home {
	margin:1.60% -.8% 0 0;
}
#news {
	margin:1.1% -.9% 0 0;
}
#fallfun {
	margin:.6% -.55% 0 0;
}
#hours {
	margin:.15% -.3% 0 0;
}
#spring {
	margin:.1% 0 0 -.4%;
}
#directions {
	margin:.3% 0 0 -.5%;
}
#contact {
	margin:.9% 0 0 -.6%;
}
#about {
	margin:1.63% 0 0 -.85%;
}
.p7PM3-01.auto-subs ul ul li a {
	font-size:.9em;
	border:3px solid #FFF;
	border-bottom: 2px dashed #fff;
	border-top:0px;
}
.p7PM3-01 ul ul {
	background-size:100% 50px;
	padding-top:50px;
	margin-top:-40px;
}
.p7PM3-01 ul ul li {
	border:3px solid #291F10;
	border-top:0px;
	border-bottom:0px;
}
.p7PM3-01.auto-subs ul ul li:last-child a:last-child {
	border-bottom: 3px solid #fff;
}
.p7PM3-01 ul ul li:last-child {
	border-bottom:3px solid #291F10;
}
 
 }
 @media only screen and (min-width: 0px) and (max-width: 850px) {
	 
#home,
#news,
#fallfun,
#hours,
#store, #events,
#spring,
#directions,
#contact,
#about {
	background-image:none;
	background-color:rgba(237,34,40,1);
	text-align:center;
	height:auto;
	width:auto;
	margin:0;}
#home:hover,
#news:hover,
#fallfun:hover,
#hours:hover,
#store:hover, #events:hover,
#spring:hover,
#directions:hover,
#contact:hover,
#about:hover {
	background-image:none;
	background-color:rgba(102,0,0,1);	
	color:#fff;
	/*Inner shadow*/
	-webkit-box-shadow:
	 0 1px 10px rgba(0, 0, 0, 0.85) inset;
	-moz-box-shadow: 
	0 1px 10px rgba(0, 0, 0, 0.85) inset;
	box-shadow: 
	0 1px 10px rgba(0, 0, 0, 0.85) inset;}
	
.p7PM3-01 ul ul {
	background-size:100% 50px;
	background-image:none;
	padding-top:0px;
	margin-top:0px;
}

.p7PM3-01.auto-subs ul ul li a,
.p7PM3-01 ul ul li, .p7PM3-01.auto-subs ul ul li:last-child a:last-child,
.p7PM3-01 ul ul li:last-child  {
	margin:0;
	border:0px;
}
.p7PM3-01.responsive:after {
	display: none;
}
.p7PM3-01.responsive .pmm3-toolbar {
	display: block;
	background-color:#ED2228;
	padding: 10px;
	text-align: right;
	cursor: pointer;
}
.p7PM3-01.responsive .pmm3-toolbar a {
	font-size: 2em;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	font-family: 'Sancreek', cursive;
	text-shadow: 0px 2px 0px rgba(0,0,0,1);
}
.p7PM3-01.responsive .pmm3-toolbar a:hover {
	color: #FFF;
}
.p7PM3-01.responsive .toggle-text.closed a:before {
	content: "Show Menu \0020";
	font-size: .5em;
}
.p7PM3-01.responsive .toggle-text.opened a:before {
	content: "Hide Menu \0020";
	font-size: .5em;
}
.p7PM3-01.responsive .pmm3-toolbar {
	display: block;
	background-color:#ED2228;
	padding: 10px;
	border:4px solid #FFF;
	outline:4px solid #593E25;
	margin:0 4px;
	/*Outer Shadow*/
	-webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
}
.p7PM3-01.responsive {
	text-align: left !important;
	padding: 0px !important;
}
.p7PM3-01.responsive.vert ul {
	margin-top: 0px;
}
.p7PM3-01.responsive ul {
	display: block;
	width:100%;
}
.p7PM3-01.responsive ul li {
	float: none;
	margin-right: 0px;
}
.p7PM3-01.responsive ul li a{
	color:#fff;
	font-family: 'Sancreek', cursive;
	text-shadow: 0px 2px 0px rgba(0,0,0,1);
	border-bottom: 2px dashed #fff;
	text-align:center;
	background-color:rgba(237,34,40,1);
	height:auto;
	width: auto;
}.p7PM3-01.responsive ul ul li a{
	font-size:1em;
}
.p7PM3-01.responsive a.trig_closed:hover {
}

.p7PM3-01 a.trig_closed {
	background-image:url(img/pmm3-down-light.png) !important;
	background-position: center 95%;
}
.p7PM3-01 ul ul a.trig_closed {
	background-image:url(img/pmm3-down-light.png) !important;
}
.p7PM3-01.responsive ul ul {
	position: static !important;
	width: auto;
	background-color: rgba(171,1,27,1);	
	
	/*Inner shadow*/
	-webkit-box-shadow:
	 0 1px 10px rgba(0, 0, 0, 0.85) inset;
	-moz-box-shadow: 
	0 1px 10px rgba(0, 0, 0, 0.85) inset;
	box-shadow: 
	0 1px 10px rgba(0, 0, 0, 0.85) inset;
}
.p7PM3-01.responsive ul ul li a{
	background-color: rgba(237,34,40,0);
	border-bottom: 2px dashed #fff;}
	
.p7PM3-01.responsive .pmm3-title-bar {
	padding: 12px 18px;
}
.p7PM3-01.responsive ul ul a,
.p7PM3-01.responsive ul ul .pmm3-title-bar {
	padding-left: 24px;
}
.p7PM3-01.responsive ul ul ul a,
.p7PM3-01.responsive ul ul ul .pmm3-title-bar {
	padding-left: 32px;
}
.p7PM3-01.responsive ul.closed {
	display: none;
}
.p7PM3-01.responsive ul.opened {
	display: block;
}
.p7PM3-01.responsive.rounded,
.p7PM3-01.responsive.rounded * {
	border-radius: 0px !important;
}
.p7PM3-01.responsive.shadows * {
	box-shadow: none !important;
}
.p7PM3-01_crumbs {
	display: none;
}
.p7PM3-01_crumbs.show-mobile {
	display: block;
}
.p7PM3.responsive.select .pmm3-select-wrapper {
	display: block;
	padding: 10px;
}
.p7PM3.responsive.select select {
	width: 100%;
	font-size: 1em;
	padding: 4px;
}
.p7PM3.responsive.select .pmm3-toolbar {
	display: none;
}
.p7PM3.responsive.select ul {
	display: none;
}

/*Workaround for very old Android devices*/
.p7PM3-01 div {
	left: 0px !important;
	top: 0px !important;
}
/*End old Android workaround*/
}
