@charset "utf-8";
/* CSS Document */
#navigation a.home {
	float: left;
	display: block;
	height: 18px;
	width: 55px;
	background: url(../images/navigation/home.png) 0px 0px no-repeat;
	padding-right:15px;
	margin-left:6px;
	cursor:pointer;
}

#navigation a.home:hover {
	background-position: 0px -18px;
}

#navigation a.reviews {
	float: left;
	display: block;
	height: 18px;
	width: 80px;
	background: url(../images/navigation/reviews.png) 0px 0px no-repeat;
	padding-right:15px;
	cursor:pointer;
}

#navigation a.reviews:hover {
	background-position: 0px -18px;
}

#navigation a.bar {
	float: left;
	display: block;
	height: 18px;
	width: 37px;
	background: url(../images/navigation/bar.png) 0px 0px no-repeat;
	padding-right:15px;
	cursor:pointer;
}

#navigation a.bar:hover {
	background-position: 0px -18px;
}

#navigation a.cantina {
	float: left;
	display: block;
	height: 18px;
	width: 82px;
	background: url(../images/navigation/cantina.png) 0px 0px no-repeat;
	padding-right:15px;
	cursor:pointer;
}

#navigation a.cantina:hover {
	background-position: 0px -18px;
}

#navigation a.reservations {
	float: left;
	display: block;
	height: 18px;
	width: 139px;
	background: url(../images/navigation/reservations.png) 0px 0px no-repeat;
	padding-right:15px;
	cursor:pointer;
}

#navigation a.reservations:hover {
	background-position: 0px -18px;
}

#navigation a.special-offers {
	float: left;
	display: block;
	height: 18px;
	width: 146px;
	background: url(../images/navigation/special-offers.png) 0px 0px no-repeat;
	padding-right:15px;
	cursor:pointer;
}

#navigation a.special-offers:hover {
	background-position: 0px -18px;
}

#navigation a.hire {
	float: left;
	display: block;
	height: 18px;
	width: 118px;
	background: url(../images/navigation/hire.png) 0px 0px no-repeat;
	padding-right:15px;
	cursor:pointer;
}

#navigation a.hire:hover {
	background-position: 0px -18px;
}

#navigation a.gallery {
	float: left;
	display: block;
	height: 18px;
	width: 80px;
	background: url(../images/navigation/gallery.png) 0px 0px no-repeat;
	padding-right:15px;
	cursor:pointer;
}

#navigation a.gallery:hover {
	background-position: 0px -18px;
}

#navigation a.contact {
	float: left;
	display: block;
	height: 18px;
	width: 86px;
	background: url(../images/navigation/contact.png) 0px 0px no-repeat;
	cursor:pointer;
}

#navigation a.contact:hover {
	background-position: 0px -18px;
}

#navigation a.home-chamucos {
	float: left;
	display: block;
	height: 18px;
	width: 55px;
	background: url(../images/chamucos/navigation/home.png) 0px 0px no-repeat;
	padding-right:51px;
	margin-left:15px;
	cursor:pointer;
}

#navigation a.home-chamucos:hover {
	background-position: 0px -19px;
}

#navigation a.food-chamucos {
	float: left;
	display: block;
	height: 18px;
	width: 52px;
	background: url(../images/chamucos/navigation/food.png) 0px 0px no-repeat;
	padding-right:51px;
	cursor:pointer;
}

#navigation a.food-chamucos:hover {
	background-position: 0px -19px;
}

#navigation a.drink-chamucos {
	float: left;
	display: block;
	height: 18px;
	width: 61px;
	background: url(../images/chamucos/navigation/drink.png) 0px 0px no-repeat;
	padding-right:51px;
	cursor:pointer;
}

#navigation a.drink-chamucos:hover {
	background-position: 0px -19px;
}

#navigation a.music-chamucos {
	float: left;
	display: block;
	height: 18px;
	width: 115px;
	background: url(../images/chamucos/navigation/music.png) 0px 0px no-repeat;
	padding-right:51px;
	cursor:pointer;
}

#navigation a.music-chamucos:hover {
	background-position: 0px -19px;
}

#navigation a.book-chamucos {
	float: left;
	display: block;
	height: 18px;
	width: 53px;
	background: url(../images/chamucos/navigation/book.png) 0px 0px no-repeat;
	padding-right:51px;
	cursor:pointer;
}

#navigation a.book-chamucos:hover {
	background-position: 0px -19px;
}

#navigation a.gallery-chamucos {
	float: left;
	display: block;
	height: 18px;
	width: 84px;
	background: url(../images/chamucos/navigation/gallery.png) 0px 0px no-repeat;
	padding-right:51px;
	cursor:pointer;
}

#navigation a.gallery-chamucos:hover {
	background-position: 0px -19px;
}

#navigation a.offers-chamucos {
	float: left;
	display: block;
	height: 18px;
	width: 68px;
	background: url(../images/chamucos/navigation/offers.png) 0px 0px no-repeat;
	padding-right:51px;
	cursor:pointer;
}

#navigation a.offers-chamucos:hover {
	background-position: 0px -19px;
}

#navigation a.contact-chamucos {
	float: left;
	display: block;
	height: 18px;
	width: 84px;
	background: url(../images/chamucos/navigation/contact.png) 0px 0px no-repeat;
	cursor:pointer;
}

#navigation a.contact-chamucos:hover {
	background-position: 0px -19px;
}

.hide {
	display:  none;
}


/* What's On Button */
#whats-on
{
	float: right;
	height: 91px;
	width: 198px;
	display: block;
	cursor: hand;
}
#whats-on a
{
	background-image: url(/images/buttons/whats-on.png);
	background-colour: transparent;
	background-position: top center;
	background-repeat: no-repeat;
	display: block;
	height: 91px;
	width: 198px;
	outline: none;
	text-indent: -9999em;
	cursor: hand;
}
#whats-on a:active,
#whats-on a:focus,
#whats-on a:hover
{
	background-position: bottom center;
}