@charset "utf-8";
#header_nav li {
	display: inline;
}
#header_nav li a {
	margin-top: 0px;
	text-align: center;
	padding-top: 5px;
	text-decoration: none;
	font-weight: bold;
	color: #002674;
	font-size: 80%;
	margin-right: 3px;
}



#header_nav    #rooms a  {
	background-image: url(../images/styles/rooms_link.png);
	display: block;
	height: 19px;
	width: 150px;
	float: left;
}
#header_nav #rooms_current a {
	background-image: url(../images/styles/rooms_current.png);
	display: block;
	height: 19px;
	width: 150px;
	float: left;
	color: #FFFFFF;
}
#header_nav #rooms a:hover {
	background-image: url(../images/styles/rooms_current.png);
	display: block;
	height: 19px;
	width: 150px;
	float: left;
	color: #FFFFFF;
}


#header_nav  #about a {
	background-image: url(../images/styles/about_link.png);
	height: 19px;
	width: 91px;
	display: block;
	float: left;
	margin-left: -46px;
}
#header_nav #about_current a {
	background-image: url(../images/styles/about_current.png);
	height: 19px;
	width: 91px;
	display: block;
	float: left;
	margin-left: -46px;
	color: #FFFFFF;
}
#header_nav #about a:hover {
	background-image: url(../images/styles/about_current.png);
	height: 19px;
	width: 91px;
	display: block;
	float: left;
	margin-left: -46px;
	color: #FFFFFF;
}


#header_nav #reservations a {
	background-image: url(../images/styles/reservations_link.png);
	height: 19px;
	width: 100px;
	display: block;
	float: left;
}
#header_nav #reservations_current a {
	background-image: url(../images/styles/reservations_current.png);
	height: 19px;
	width: 100px;
	display: block;
	float: left;
	color: #FFFFFF;
}
#header_nav #reservations a:hover {
	background-image: url(../images/styles/reservations_current.png);
	height: 19px;
	width: 100px;
	display: block;
	float: left;
	color: #FFFFFF;
}


#header_nav #pet a {
	background-image: url(../images/styles/pet_link.png);
	display: block;
	height: 19px;
	width: 87px;
	float: left;
}
#header_nav #pet_current a {
	background-image: url(../images/styles/pet_current.png);
	display: block;
	height: 19px;
	width: 87px;
	float: left;
	color: #FFFFFF;
}
#header_nav #pet a:hover {
	background-image: url(../images/styles/pet_current.png);
	display: block;
	height: 19px;
	width: 87px;
	float: left;
	color: #FFFFFF;
}


#header_nav #hotel a {
	display: block;
	height: 19px;
	width: 85px;
	background-image: url(../images/styles/hotel_link.png);
	float: left;
}
#header_nav #hotel_current a {
	display: block;
	height: 19px;
	width: 85px;
	background-image: url(../images/styles/hotel_current.png);
	float: left;
	color: #FFFFFF;
}
#header_nav #hotel a:hover {
	display: block;
	height: 19px;
	width: 85px;
	background-image: url(../images/styles/hotel_current.png);
	float: left;
	color: #FFFFFF;
}



#header_nav  #dining a {
	background-image: url(../images/styles/dining_link.png);
	display: block;
	height: 19px;
	width: 67px;
	float: left;
}
#header_nav #dining_current a {
	background-image: url(../images/styles/dining_current.png);
	display: block;
	height: 19px;
	width: 67px;
	float: left;
	color: #FFFFFF;
}
#header_nav #dining a:hover {
	background-image: url(../images/styles/dining_current.png);
	display: block;
	height: 19px;
	width: 67px;
	float: left;
	color: #FFFFFF;
}


#header_nav #attractions a {
	display: block;
	height: 19px;
	width: 88px;
	background-image: url(../images/styles/attractions_link.png);
	float: left;
}
#header_nav #attractions_current a {
	display: block;
	height: 19px;
	width: 88px;
	background-image: url(../images/styles/attractions_current.png);
	float: left;
	color: #FFFFFF;
}
#header_nav #attractions a:hover {
	display: block;
	height: 19px;
	width: 88px;
	background-image: url(../images/styles/attractions_current.png);
	float: left;
	color: #FFFFFF;
}

