@charset "utf-8";
/* CSS Document */

#nav a.home {
	float: left;
	display: block;
	height: 20px;
	width: 56px;
	background: url(../images/buttons/home.gif) 0px 0px no-repeat;
	margin-right:8px;
	margin-left:5px;
}

#nav a.home:hover {
	background-position: 0px -20px;
}

#nav a.restaurant {
	float: left;
	display: block;
	height: 20px;
	width: 97px;
	background: url(../images/buttons/restaurant.gif) 0px 0px no-repeat;
	margin-right:8px;
}

#nav a.restaurant:hover {
	background-position: 0px -20px;
}

#nav a.team {
	float: left;
	display: block;
	height: 20px;
	width: 58px;
	background: url(../images/buttons/team.gif) 0px 0px no-repeat;
	margin-right:8px;
}

#nav a.team:hover {
	background-position: 0px -20px;
}

#nav a.menus {
	float: left;
	display: block;
	height: 20px;
	width: 70px;
	background: url(../images/buttons/menus.gif) 0px 0px no-repeat;
	margin-right:8px;
}

#nav a.menus:hover {
	background-position: 0px -20px;
}

#nav a.koliwada-table {
	float: left;
	display: block;
	height: 20px;
	width: 130px;
	background: url(../images/buttons/koliwada-table.gif) 0px 0px no-repeat;
	margin-right:8px;
}

#nav a.koliwada-table:hover {
	background-position: 0px -20px;
}

#nav a.master-classes {
	float: left;
	display: block;
	height: 20px;
	width: 130px;
	background: url(../images/buttons/master-classes.gif) 0px 0px no-repeat;
	margin-right:8px;
}

#nav a.master-classes:hover {
	background-position: 0px -20px;
}


#nav a.catering {
	float: left;
	display: block;
	height: 20px;
	width: 150px;
	background: url(../images/buttons/catering-events.gif) 0px 0px no-repeat;
	margin-right:8px;
}

#nav a.catering:hover {
	background-position: 0px -20px;
}

#nav a.private-dining{
	float: left;
	display: block;
	height: 20px;
	width: 117px;
	background: url(../images/buttons/private-dining.gif) 0px 0px no-repeat;
	margin-right:8px;
}

#nav a.private-dining:hover {
	background-position: 0px -20px;
}

#nav a.reviews {
	float: left;
	display: block;
	height: 20px;
	width: 76px;
	background: url(../images/buttons/reviews.gif) 0px 0px no-repeat;
	margin-right:8px;
}

#nav a.reviews:hover {
	background-position: 0px -20px;
}

#nav a.book {
	float: left;
	display: block;
	height: 20px;
	width: 106px;
	background: url(../images/buttons/book-online.gif) 0px 0px no-repeat;
	margin-right:8px;
}

#nav a.book:hover {
	background-position: 0px -20px;
}

#nav a.contact {
	float: left;
	display: block;
	height: 20px;
	width: 75px;
	background: url(../images/buttons/contact.gif) 0px 0px no-repeat;
	margin-right:8px;
}

#nav a.contact:hover {
	background-position: 0px -20px;
}

#nav a.offers {
	float: left;
	display: block;
	height: 20px;
	width: 55px;
	background: url(../images/buttons/offers.gif) 0px 0px no-repeat;
	margin-right:8px;
}

#nav a.offers:hover {
	background-position: 0px -20px;
}

#nav a.wine {
	float: left;
	display: block;
	height: 20px;
	width: 58px;
	background: url(../images/buttons/wine.gif) 0px 0px no-repeat;
	margin-right:8px;
}

#nav a.offers:hover {
	background-position: 0px -20px;
}

.hide {
	display:  none;
}
