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

#main{
	float:right;
	width:392px;
	padding-right:85px;
	background:url(menu/menuside.png) no-repeat top right;
}
.lunch a{
	display:block;
	margin-top:10px;
	width:114px;
	height:45px;
	float:right;
	text-decoration:none;
	background:url(menu/lunch.png) no-repeat 0 0;
}
.lunch a:hover{
	background-position:-114px 0;
}
.dinner a{
	width:114px;
	height:24px;
	float:right;
	text-decoration:none;
	background:url(menu/dinner.png) no-repeat 0 0;
	clear:both;
}
.dinner a:hover{
	background-position:-114px 0;
}
.dessert a{
	width:114px;
	height:24px;
	float:right;
	text-decoration:none;
	background:url(menu/dessert.png) no-repeat 0 0;
	clear:both;
}
.dessert a:hover{
	background-position:-114px 0;
}
.drinks a{
	width:114px;
	height:24px;
	float:right;
	text-decoration:none;
	background:url(menu/drinks.png) no-repeat 0 0;
	clear:both;
}
.drinks a:hover{
	background-position:-114px 0;
}
.hh a{
	width:114px;
	height:13px;
	float:right;
	text-decoration:none;
	background:url(menu/hh.png) no-repeat 0 0;
	clear:both;
}
.hh a:hover{
	background-position:-114px 0;
}
#lunch a#lunchLink,
#dinner a#dinnerLink,
#dessert a#dessertLink,
#drinks a#drinksLink,
#hh a#hhLink{
	background-position:-114px 0;
}
.style3 {font-style: italic}
.download a{
	width:114px;
	height:37px;
	float:right;
	text-decoration:none;
	background:url(menu/download.jpg) no-repeat 0 0;
	clear:both;
	
}
.download a:hover{
	background-position:-114px 0;
}

