#nav {
/*  position: relative;*/
  right: 0px;
  top: 0px;
  	z-index: 99;
	margin: 0;
	padding: 0;
	float: right;

}

#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 953px;
	height: 152px;
}

#nav li span {
	display: none;
}

#nav ul a {
	height: 152px;
	display: block;
}

#nav ul li {
	width: 150px;
	float: left;

}

#nav li.home {
	background: url(../images/btn-home.jpg);
	width: 85px;
}

#nav li.themeSuites {
	background: url(../images/btn-theme.jpg);
	width: 154px;
}

#nav li.groupStays {
	background: url(../images/btn-group.jpg);
	width: 128px;
}

#nav li.extendedStays {
	background: url(../images/btn-extended.jpg);
	width: 149px;
}

#nav li.contactUs {
	background: url(../images/btn-contact_nav.jpg);
	width: 97px;
}

#nav li.menuright {
	background: url(../images/btn-rightside.jpg);
	width: 340px;
}


#nav li:hover, #nav li.sfhover,
body.index #nav li.home,
body.bnbthemesuites #nav li.themeSuites,
body.amenities #nav li.groupStays,
body.contactreservations #nav li.extendedStays,
body.thingslinks #nav li.contactUs,
body.menuright #nav li.menuright {
	background-position: 0 -152px
}

