﻿#menu {
	display: block;
	left:25px;
	list-style:none;
	position:absolute;
	top:32px;
	width: 221px;
}
#menu li {
	margin-bottom: 3px;
	height: 24px;
}
a.menu-item {
	background-position: -221px 0;
	cursor: pointer;
	display: block;
	height: 24px;
	position: relative;
	width: 221px;
}
a.menu-item span {
	display: none;
}
a.home {
	background-image: url('../images/home_link.png');
	background-repeat: no-repeat;
}
a.reservation {
	background-image: url('../images/reservation_link.png');
	background-repeat: no-repeat;
}
a.accomodation {
	background-image: url('../images/accomodation_link.png');
	background-repeat: no-repeat;
}
a.service {
	background-image: url('../images/service_link.png');
	background-repeat: no-repeat;
}
a.directions {
	background-image: url('../images/directions_link.png');
	background-repeat: no-repeat;
}
a.gallery {
	background-image: url('../images/gallery_link.png');
	background-repeat: no-repeat;
}
a.contact {
	background-image: url('../images/contact_us_link.png');
	background-repeat: no-repeat;
}
a.home:hover, a.reservation:hover, a.accomodation:hover, a.service:hover, a.directions:hover, a.gallery:hover, a.contact:hover, a.current {
	background-position: 0 0;
}

