@charset "utf-8";

/* CSS Document */





.menus_box

{

	width:600px;

	height:287px;

}



.menus

{

	width:158px;

	height:94px;

	overflow:hidden;

	position:relative;

	cursor:pointer;



	display:block;

	float:left;

}



.main_menu

{

	background:url(../images/main_menu.jpg) 0px 0px no-repeat;

	margin:10px 5px 0px 52px;

}



.main_menu:hover

{

	background:url(../images/main_menu.jpg) 0px -94px no-repeat;

	margin:10px 5px 0px 52px;

}



.wine_menu

{

	background:url(../images/wine.jpg) 0px 0px no-repeat;

	margin:10px 5px 0px 5px;

}



.wine_menu:hover

{

	background:url(../images/wine.jpg) 0px -94px no-repeat;

	margin:10px 5px 0px 5px;

}

.valentines_menu

{
	background:url(../images/valentines.jpg) 0px 0px no-repeat;
	margin:10px 5px 0px 5px;
}

.valentines_menu:hover
{
	background:url(../images/valentines.jpg) 0px -94px no-repeat;
	margin:10px 5px 0px 5px;
}

.special_offer_menu
{
	background:url(../images/special_offer.jpg) 0px 0px no-repeat;
	margin:10px 5px 0px 133px;
}

.special_offer_menu:hover
{
	background:url(../images/special_offer.jpg) 0px -94px no-repeat;
	margin:10px 5px 0px 133px;
}

.new_years_eve_menu
{

	background:url(../images/new_years_eve.jpg) 0px 0px no-repeat;

	margin:10px 5px 0px 5px;

}



.new_years_eve_menu:hover

{

	background:url(../images/new_years_eve.jpg) 0px -94px no-repeat;

	margin:10px 5px 0px 5px;

}





.early_bird_menu

{

	background:url(../images/early_bird.jpg) 0px 0px no-repeat;

	margin:10px 5px 0 5px;

}





.early_bird_menu:hover

{

	background:url(../images/early_bird.jpg) 0px -94px no-repeat;

	margin:10px 5px 0 5px;

}



.x_mas

{

	background:url(../images/x_mas.jpg) 0px 0px no-repeat;

	margin:10px 5px 0 133px;

}



.x_mas:hover

{

	background:url(../images/x_mas.jpg) 0px -94px no-repeat;

	margin:10px 5px 0 133px;

}





.temp

{

	background:url(../images/temp.jpg) 0px 0px no-repeat;

	margin:10px 5px 0px 5px;

	cursor:default;

}











