/* CSS Document */

#nav a {
	display:inline-block;
	border:0;
	height:44px;
	background-repeat:no-repeat;
	background-position:top;
}
#nav a:hover {
	background-position:bottom;
}
a.rooms {
	width:123px;
	background-image:url(images/nav_rose_rooms.gif);
}
a.packages {
	width:108px;
	background-image:url(images/nav_rose_packages.gif);
}
a.spa {
	width:123px;
	background-image: url(images/nav_rose_vinotherapy.gif);
}
a.explore {
	width:96px;
	background-image:url(images/nav_rose_explore.gif);
}
a.meet {
	width:83px;
	background-image:url(images/nav_rose_meet.gif);
}
a.tours {
	width:84px;
	background-image:url(images/nav_rose_tours.gif);
}
a.testimonials {
	width:133px;
	background-image:url(images/nav_rose_testimonials.gif);
}
