.header ul li.active {
	font-size: 10px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'AvenirRegular', Verdana, sans-serif;
}

.main-nav {
	width: 100%;
	height: 67px;
	background: url(/files/images/nav/nav-bg.jpg) no-repeat;
	position: relative;	
}

.main-nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.main-nav ul li a.trail {
	color: #fff;
}

.main-nav ul li {
	margin: 0px;
	padding: 0px;
	float: left;
}

.header ul li a, .main-nav ul li.active span, .main-nav ul li.trail a {
	padding-top: 32px;
	height: 25px;
	display: block;
}

.header ul li a {
	color: #868686;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
	font-family: 'AvenirRegular', Verdana, sans-serif;
	letter-spacing: .4px;
}

.header ul li a:hover {
	color: #fff;
}

.header ul li {
	text-align: center;
}

.header ul li.home, .header ul li.events, .header ul li.guest-experience, .header ul li.getting-here, .header ul li.news, .header ul li.about, .header ul li.contact {
	position: absolute;
	top: 0px;
	height: 60px;
} 

.main-nav ul li.active, .main-nav ul li.trail {
	top:0px;
	height: 67px;
}

.header ul li.home {
	left: 10px;
	width: 100px;
}


body.home .header ul li.active, body.home .header ul li.trail {
	background: url(/files/images/nav/nav-active-home.png) no-repeat; 
	left: 0px;	
	width: 120px;
}


.header ul li.events {
	left: 110px;
	width: 107px;
}

body.events .header ul li.active, body.events .header ul li.trail {
	background: url(/files/images/nav/nav-active-events.png) no-repeat;
	left: 100px;
	width: 127px;
}

.header ul li.guest-experience {
	left: 218px;
	width: 175px;
}

body.guest-experience .header ul li.active, body.guest-experience .header ul li.trail {
	background: url(/files/images/nav/nav-active-ge.png) no-repeat;
	left: 208px;
	width: 197px;
}

.header ul li.getting-here {
	left: 394px;
	width: 149px;
}

body.getting-here .header ul li.active, body.getting-here .header ul li.trail {
	background: url(/files/images/nav/nav-active-gh.png) no-repeat;
	left: 384px;
	width: 171px;
}

.header ul li.news {
	left: 544px;
	width: 146px;
}

body.news .header ul li.active, body.news .header ul li.trail {
	background: url(/files/images/nav/nav-active-news.png) no-repeat;
	left: 533px;	
	width: 168px; 
}

.header ul li.about {
	left: 690px;
	width: 161px;
}

body.about .header ul li.active, body.about .header ul li.trail {
	background: url(/files/images/nav/nav-active-about.png) no-repeat; 
	left: 681px;	
	width: 181px;
}

.header ul li.contact {
	left: 853px;
	width: 114px;
}

body.contact .header ul li.active, body.contact .header ul li.trail {
	background: url(/files/images/nav/nav-active-contact.png) no-repeat;
	left: 841px;	
	width: 140px; 
}

/* FOOTER NAV */
.footer-nav {
	float: left;
}

.footer-nav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.footer-nav ul li {
	float: left;
}

.footer-nav ul li a {
	text-decoration: none;
	color: #555;
}

.footer-nav ul li a:hover, .footer-nav ul li.active span.active, .footer-nav ul li.trail a {
	color: #fff;
}

.footer-nav ul li span.pipe {
	margin: 0px 6px;
}

.footer-nav ul li.last span.pipe {
	display: none;
}
