@charset "utf-8";

#nav-holder {width: 960px;
height: 68px;
margin: 0 7px 0 7px;
}

#menu a.home {position:relative;
	float: left;
	display: block;
	width: 107px;
	height: 68px;
	z-index: 12;
	margin-top: 1px;
	background:url(../images/nav/home.png) no-repeat;
	background-position: 0px -67px;
}

#menu a.about:hover {
	background-position: 0px 4px;
}

#menu a.about {position:relative;
	float: left;
	display: block;
	width: 100px;
	height: 68px;
	z-index: 11;
	margin-left: -20px;
	margin-top: 1px;
	background:url(../images/nav/about.png) no-repeat;
	background-position: 0px -67px;
}

#menu a.home:hover {
	background-position: 0px 4px;
}

#menu a.awards {position:relative;
	float: left;
	display: block;
	width: 95px;
	height: 68px;
	z-index: 10;
	margin-left: -15px;
	margin-top: 1px;
	background:url(../images/nav/awards.png) no-repeat;
	background-position: 0px -67px;
}

#menu a.awards:hover {
	background-position: 0px 4px;
}

#menu a.testimonials {position:relative;
	float: left;
	display: block;
	width: 100px;
	height: 68px;
	z-index: 9;
	margin-left: -20px;
	margin-top: 1px;
	background:url(../images/nav/testimonials.png) no-repeat;
	background-position: 0px -67px;
}

#menu a.testimonials:hover {
	background-position: 0px 4px;
}

#menu a.food-drink {position:relative;
	float: left;
	display: block;
	width: 92px;
	height: 68px;
	z-index: 8;
	margin-left: -27px;
	margin-top: 1px;
	background:url(../images/nav/food-drink.png) no-repeat;
	background-position: 0px -67px;
}

#menu a.food-drink:hover {
	background-position: 0px 4px;
}

#menu a.deliveries {position:relative;
	float: left;
	display: block;
	width: 110px;
	height: 68px;
	z-index: 7;
	margin-left: -33px;
	margin-top: 1px;
	background:url(../images/nav/deliveries.png) no-repeat;
	background-position: 0px -67px;
}

#menu a.deliveries:hover {
	background-position: 0px 4px;
}

#menu a.parties {position:relative;
	float: left;
	display: block;
	width: 103px;
	height: 68px;
	z-index: 6;
	margin-left: -25px;
	margin-top: 1px;
	background:url(../images/nav/parties.png) no-repeat;
	background-position: 0px -67px;
}

#menu a.parties:hover {
	background-position: 0px 4px;
}

#menu a.whats-on {position:relative;
	float: left;
	display: block;
	width: 106px;
	height: 68px;
	z-index: 5;
	margin-left: -40px;
	margin-top: 1px;
	background:url(../images/nav/whats-on.png) no-repeat;
	background-position: 0px -67px;
}

#menu a.whats-on:hover {
	background-position: 0px 4px;
}

#menu a.memberships {position:relative;
	float: left;
	display: block;
	width: 133px;
	height: 68px;
	z-index: 4;
	margin-left: -30px;
	margin-top: 1px;
	background:url(../images/nav/membership.png) no-repeat;
	background-position: 0px -67px;
}

#menu a.memberships:hover {
	background-position: 0px 4px;
}

#menu a.latest-offers {position:relative;
	float: left;
	display: block;
	width: 103px;
	height: 68px;
	z-index: 3;
	margin-left: -10px;
	margin-top: 1px;
	background:url(../images/nav/latest.png) no-repeat;
	background-position: 0px -67px;
}

#menu a.latest-offers:hover {
	background-position: 0px 4px;
}

#menu a.gallery {position:relative;
	float: left;
	display: block;
	width: 102px;
	height: 68px;
	z-index: 2;
	margin-left: -40px;
	margin-top: 1px;
	background:url(../images/nav/gallery.png) no-repeat;
	background-position: 0px -67px;
}

#menu a.gallery:hover {
	background-position: 0px 4px;
}

#menu a.contact {position:relative;
	float: left;
	display: block;
	width: 107px;
	height: 68px;
	z-index: 1;
	margin-left: -30px;
	margin-top: 1px;
	background:url(../images/nav/contact.png) no-repeat;
	background-position: 0px -67px;
}

#menu a.contact:hover {
	background-position: 0px 4px;
}

.hide {
	display:  none;
}

.xlink {cursor:pointer;
}
