.Menu{
	width:905px;
	height:29px;
	float:left;
}
.Menu img{
	float:left;
}
.Menu_home{
	width:89px;
	height:29px;
	float:left;
	background:transparent url('../images/home.png') no-repeat scroll left top;
	text-decoration:none;
}
.Menu_home:hover{
	background:transparent url('../images/home_hover.png') no-repeat scroll left top;
}
.About{
	width:86px;
	background:transparent url('../images/About_us.png') no-repeat scroll left top;
}
.Acc{
	width:130px;
	float:left;
	background:transparent url('../images/Acc.png') no-repeat scroll left top;
}
.restau{
	width:135px;
	background:transparent url('../images/Restau.png') no-repeat scroll left top;
}
.services{
	width:97px;
	background:transparent url('../images/Services.png') no-repeat scroll left top;
}
.photo{
	width:118px;
	background:transparent url('../images/photo.png') no-repeat scroll left top;
}
.rever{
	width:113px;
	background:transparent url('../images/reservations.png') no-repeat scroll left top;
}
.contact{
	width:112px;
	background:transparent url('../images/contact.png') no-repeat scroll left top;
}
.About:hover{
	width:86px;
	background:transparent url('../images/About_us_hover.png') no-repeat scroll left top;
}
.Acc:hover{
	background:transparent url('../images/Acc_hover.png') no-repeat scroll left top;
}
.restau:hover{
	background:transparent url('../images/Restau_hover.png') no-repeat scroll left top;
}
.services:hover{
	background:transparent url('../images/Services_hover.png') no-repeat scroll left top;
}
.photo:hover{
	background:transparent url('../images/photo_hover.png') no-repeat scroll left top;
}
.rever:hover{
	background:transparent url('../images/reservations_hover.png') no-repeat scroll left top;
}
.contact:hover{
	background:transparent url('../images/contact_hover.png') no-repeat scroll left top;
}
