@charset "utf-8";
#top {
	margin: 0 auto;
	height: 260px;
	background-color: #c1f3fd;
	background-image: url(images/bg_top.gif);
	background-repeat: repeat-x;
}
#header {
	margin: 0 auto;
	width: 950px;
	height: 260px;
	background-image:url(images/header.gif);
	background-repeat: no-repeat;
	background-position: top center;
}
#nav {
	margin: 0 auto;
	padding-top: 10px;
	width: 850px;
	text-align: center;
}
#nav ul {
	list-style: none;
}
#nav ul li {
	width: 170px;
	height: 45px;
	float: left;
	display: inline;
	border-style: none;
}
#nav ul li .home a:link, nav ul li .home a:visited{
background-image: url(images/menu_home.gif);
background-repeat: no-repeat;
}
#nav ul li .home a:hover, #nav ul li .home a:active {
background-image: url(images/menu_home.gif);
background-repeat: no-repeat;
}
#nav ul li .roomsrates a:link, nav ul li .roomsrates a:visited{
background-image: url(images/menu_roomsRates.gif);
background-repeat: no-repeat;
}
#nav ul li .roomsrates a:hover, #nav ul li .roomsrates a:active {
background-image: url(images/menu_roomsRates.gif);
background-repeat: no-repeat;
}
#nav ul li .sandiego a:link, nav ul li .sandiego a:visited{
background-image: url(images/menu_sandiego.gif);
background-repeat: no-repeat;
}
#nav ul li .sandiego a:hover, #nav ul li .sandiego a:active {
background-image: url(images/menu_sandiego.gif);
background-repeat: no-repeat;
}
#nav ul li .about a:link, nav ul li .about a:visited{
background-image: url(images/menu_about.gif);
background-repeat: no-repeat;
}
#nav ul li .about a:hover, #nav ul li .about a:active {
background-image: url(images/menu_about.gif);
background-repeat: no-repeat;
}
#nav ul li .blog a:link, nav ul li .blog a:visited{
background-image: url(images/menu_blog.gif);
background-repeat: no-repeat;
}
#nav ul li .blog a:hover, #nav ul li .blog a:active {
background-image: url(images/menu_blog_hover.gif);
background-repeat: no-repeat;
}
#nav img {
	border: 0px;
}
