@charset "UTF-8";
/* CSS Document */

#about_us {
	background-image: url(images2/menu/01_about_us.png);
	height: 36px;
	width: 151px;
	float: left;
	background-repeat: no-repeat;
}
#about_us:hover {
	background-position: left bottom;
}
#whats_new {
	background-image: url(images2/menu/02_whats_new.png);
	height: 36px;
	width: 177px;
	float: left;
	background-repeat: no-repeat;
}
#whats_new:hover {
	background-position: left bottom;
}
#photos {
	background-image: url(images2/menu/03_photos.png);
	height: 36px;
	width: 123px;
	float: left;
	background-repeat: no-repeat;
}
#photos:hover {
	background-position: left bottom;
}
#menu {
	background-image: url(images2/menu/04_reservations.png);
	height: 36px;
	width: 211px;
	float: left;
	margin-bottom: 10px;
	background-repeat: no-repeat;
}
#menu:hover {
	background-position: left bottom;
}
#wine_list {
	background-image: url(images2/menu/05_wine_list.png);
	height: 36px;
	width: 138px;
	float: right;
	background-repeat: no-repeat;
}
#wine_list:hover {
	background-position: left bottom;
}
