#nav {
	position:absolute;
	top:0px;
	right:0px;
}
#nav li {
	display:inline-block;
	padding-left:25px;
}
#nav li a{
	display:block;
	height:115px;
	text-indent:-9999px;
}
#nav li a.nav-selected{
	background-position:0 -116px;
}
#nav li a:hover{
	background-position:0 -116px;
}
#nav-home{
	width:56px;
	background:url(../images/nav-home.gif) top left no-repeat;
}
#nav-rooms{
	width:66px;
	background:url(../images/nav-rooms.gif) top left no-repeat;
}
#nav-bar{
	width:90px;
	background:url(../images/nav-bar-and-pool.gif) top left no-repeat;
}
#nav-gallery{
	width:74px;
	background:url(../images/nav-gallery.gif) top left no-repeat;
}
#nav-rates{
	width:55px;
	background:url(../images/nav-rates.gif) top left no-repeat;
}
#nav-reservation{
	width:104px;
	background:url(../images/nav-reservation.gif) top left no-repeat;
}
#nav-contactus{
	width:76px;
	background:url(../images/nav-contactus.gif) top left no-repeat;
}
