li {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
#navigation a {
	vertical-align: middle;
	color: #FFFFFF;
float:left;
}
#navigation ul {
}
#navigation li {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
#navigation li.item {
float:left;
}
#item_home {
background-image:url(../images/btn_home.png);
	background-repeat: no-repeat;
}
#item_book {
background-image:url(../images/btn_book.png);
	background-repeat: no-repeat;
}
#item_bedrooms {
background-image:url(../images/btn_bedrooms.png);
	background-repeat: no-repeat;
}
#item_meetings {
background-image:url(../images/btn_meetings.png);
	background-repeat: no-repeat;
}
#item_dine {
background-image:url(../images/btn_dine.png);
	background-repeat: no-repeat;
}
#item_offers {
background-image:url(../images/btn_offers.png);
	background-repeat: no-repeat;
}
#item_location {
background-image:url(../images/btn_location.png);
	background-repeat: no-repeat;
}
#item_gallery {
background-image:url(../images/btn_gallery.png);
	background-repeat: no-repeat;
}
#item_contact {
background-image:url(../images/btn_contact.png);
	background-repeat: no-repeat;
}
#item_reviews {
background-image:url(../images/btn_reviews.png);
	background-repeat: no-repeat;
}

#navigation ul li a {
padding-top:10px;
height:33px;
text-decoration:none;
}
#navigation ul li a span {
}
#item_home a {
width:72px;
height:33px;
}
#item_book a {
width:108px;
height:33px;
}
#item_bedrooms a {
width:104px;
height:33px;
}
#item_meetings a {
width:95px;
height:33px;
}
#item_dine a {
width:67px;
height:33px;
}
#item_offers a {
width:130px;
height:33px;
}
#item_location a {
width:98px;
height:33px;
}
#item_gallery a {
width:82px;
height:33px;
}
#item_contact a {
width:110px;
height:33px;
}
#item_reviews a {
width:100px;
height:33px;
}

#item_home.nav_active a, #item_home a:hover {
	background-image:url(../images/btn_home_hover.png);
	background-repeat: no-repeat;
}
#item_book.nav_active a, #item_book a:hover {
	background-image:url(../images/btn_book_hover.png);
	background-repeat: no-repeat;
}
#item_beedrooms.nav_active a, #item_bedrooms a:hover {
	background-image:url(../images/btn_bedrooms_hover.png);
	background-repeat: no-repeat;
}
#item_meetings.nav_active a, #item_meetings a:hover {
	background-image:url(../images/btn_meetings_hover.png);
	background-repeat: no-repeat;
}
#item_dine.nav_active a, #item_dine a:hover {
	background-image:url(../images/btn_dine_hover.png);
	background-repeat: no-repeat;
}
#item_offers.nav_active a, #item_offers a:hover {
	background-image:url(../images/btn_offers_hover.png);
	background-repeat: no-repeat;
}
#item_location.nav_active a, #item_location a:hover {
	background-image:url(../images/btn_location_hover.png);
	background-repeat: no-repeat;
}
#item_gallery.nav_active a, #item_gallery a:hover {
	background-image:url(../images/btn_gallery_hover.png);
	background-repeat: no-repeat;
}
#item_contact.nav_active a, #item_contact a:hover {
	background-image:url(../images/btn_contact_hover.png);
	background-repeat: no-repeat;
}
#item_reviews.nav_active a, #item_reviews a:hover {
	background-image:url(../images/btn_reviews_hover.png);
	background-repeat: no-repeat;
}
