@charset "UTF-8";
/* CSS Document */


/* Tabbed Navigation: Main Navigation on all pages*/

#navigation {
	background: #fff;
	height: 25px;
	width: 776px;
	float: left;
	margin-right: 0px;

}

#navigation ul {
	padding-left: 25px;
	list-style: none;
	margin: 0;


}
	
#navigation li {
	background: #fff;
	float: left;
	margin: 0;
	padding: 0px;
	height: 25px;

}
	
#navigation a:link {
	color: #333;
	font-weight: bold;
	padding: 0px 0px;
	text-decoration: none;
}
	
#navigation a:visited {
	color: #666;
	font-weight: bold;
	padding: 0px 0px;
	text-decoration: none;
}
	
#navigation a:hover {
	color: #999;
}
	
#navigation #currentpage a {
	height: 25px;
	width: 75px;
	float: left;
	overflow: hidden;
	background-image: url(images/nav_images/nav_home.jpg);
	background-repeat: no-repeat;

}


#navigation #currentpage_contact a {
	background-image: url(images/btn_home_on.gif);
	
}



/* Sub - Navigation: Hotel Informaiton, While your here, Gallery */


#subnav {
	background: #fff;
	height: 27px;
	width: 776px;
	float: left;
	text-align: center;

}

#subnav_inner {
width: 760px;
	height: 27px;
background: #002674;
text-align: center;
margin-left: 8px;
}

.gallery {
color: #6699cc;

	padding: 4px 0px 0px 300px;
	text-decoration: none;

}

.here {
color: #6699cc;

	padding: 4px 0px 0px 155px;
	text-decoration: none;

}





#subnav ul {
	list-style: none;
	margin: 0;


}
	
#subnav li {

	float: left;
	margin: 0;
	padding: 0px;
	height: 25px;
font: 12px Arial, Georgia;

}
	
#subnav a:link {
	color: #6699cc;

	padding: 0px 0px;
	text-decoration: none;
}
	
#subnav a:visited {
	color: #6699cc;

	padding: 0px 0px;
	text-decoration: none;
}


#subnav a:hover {
	color: #6699cc;
	text-decoration: underline;

}
	

.subnav {
	color: #6699cc;


}



.subnav a:link {
	color: #6699cc;
font-weight: bold;
font-size: 12px;
	text-decoration: none;
}
	
.subnav a:visited {
	color: #6699cc;
font-size: 12px;
font-weight: bold;
	text-decoration: none;
}


.subnav a:hover {
	color: #6699cc;
font-size: 12px;
	text-decoration: underline;
font-weight: bold;
}
	
