@charset "utf-8";
/* CSS Document */

#menu a.home {
	float: left;
	display: block;
	width: 75px;
	height: 92px;	
	background: url(../images/buttons/home.png) 0px 0px no-repeat;
}

#menu a.home:hover {
	background-position: 0px -92px;
}

.hide {
	display:  none;
}

#menu a.bar-dining{
	float: left;
	display: block;
	width: 85px;
	height: 92px;	
	background: url(../images/buttons/bar.png) 0px 0px no-repeat;
}

#menu a.bar-dining:hover {
	background-position: 0px -92px;
}

#menu a.restaurant{
	float: left;
	display: block;
	width: 96px;
	height: 92px;	
	background: url(../images/buttons/restaurant.png) 0px 0px no-repeat;
}

#menu a.restaurant:hover {
	background-position: 0px -92px;
}

#menu a.functions{
	float: left;
	display: block;
	width: 83px;
	height: 92px;	
	background: url(../images/buttons/functions.png) 0px 0px no-repeat;
}

#menu a.functions:hover {
	background-position: 0px -92px;
}

#menu a.whats-on{
	float: left;
	display: block;
	width: 95px;
	height: 92px;	
	background: url(../images/buttons/whats-on.png) 0px 0px no-repeat;
}

#menu a.whats-on:hover {
	background-position: 0px -92px;
}

#menu a.gallery{
	float: left;
	display: block;
	width: 74px;
	height: 92px;	
	background: url(../images/buttons/gallery.png) 0px 0px no-repeat;
}

#menu a.gallery:hover {
	background-position: 0px -92px;
}

#menu a.contact{
	float: left;
	display: block;
	width: 68px;
	height: 92px;	
	background: url(../images/buttons/contact.png) 0px 0px no-repeat;
}

#menu a.contact:hover {
	background-position: 0px -92px;
}


