@charset "utf-8";
#mainnav {
	background-image: url(../images/mainmenu.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 68px;
	position: absolute;
	left: 480px;
	top: 10px;
	width: 383px;
	background-color: #CCC;
}
#mainnav li {
	list-style-type: none;
	display: inline;
	float: left;
}

li#home a  {
	background-image: url(../images/mainmenu.jpg);
	background-position: 0px 0px;
	text-indent: -99999px;
	display: block;
	height: 68px;
	width: 125px;
	background-repeat: no-repeat;
}
li#home a:hover, li#home a:focus {
	background-image: url(../images/mainmenu.jpg);
	background-position: 0px -68px;
	text-indent: -99999px;
	display: block;
	height: 68px;
	width: 125px;
	background-repeat: no-repeat;
}

li#rooms a  {
	background-image: url(../images/mainmenu.jpg);
	background-position: 254px 0px;
	text-indent: -99999px;
	display: block;
	height: 68px;
	width: 126px;
	background-repeat: no-repeat;
}
li#rooms a:hover, li#rooms a:focus {
	background-image: url(../images/mainmenu.jpg);
	background-position: -126px -68px;
	text-indent: -99999px;
	display: block;
	height: 68px;
	width: 126px;
	background-repeat: no-repeat;
}
li#about a  {
	background-position: 383px 0px;
	text-indent: -99999px;
	display: block;
	height: 68px;
	width: 129px;
	background-image: url(../images/mainmenu.jpg);
	background-repeat: no-repeat;
}
li#about a:hover, li#about a:focus {
	background-image: url(../images/mainmenu.jpg);
	background-position: -254px -68px;
	text-indent: -99999px;
	display: block;
	height: 68px;
	width: 129px;
	background-repeat: no-repeat;
}
