/* Cosmopolitan Motel & Serviced Apartments Headers Stylesheet.  Developed by World Wide Web Design 2007 */

a#nav_home:link,
a#nav_home:visited {
	background: url(../_imgs/nav_sprite.gif) no-repeat 0 0;
	display: block;
	float: left;
	height: 34px;
	text-indent: -1000em;
	width: 101px;
}

a#nav_home:hover,
a#nav_home:active,
.selected a#nav_home {
	background-position: 0 -34px;
}

a#nav_motel:link,
a#nav_motel:visited {
	background: url(../_imgs/nav_sprite.gif) no-repeat -101px 0;
	display: block;
	float: left;
	height: 34px;
	text-indent: -1000em;
	width: 102px;
}

a#nav_motel:hover,
a#nav_motel:active,
.selected a#nav_motel {
	background-position: -101px -34px;
}

a#nav_apartments:link,
a#nav_apartments:visited {
	background: url(../_imgs/nav_sprite.gif) no-repeat -203px 0;
	display: block;
	float: left;
	height: 34px;
	text-indent: -1000em;
	width: 156px;
}

a#nav_apartments:hover,
a#nav_apartments:active,
.selected a#nav_apartments {
	background-position: -203px -34px;
}

a#nav_facilities:link,
a#nav_facilities:visited {
	background: url(../_imgs/nav_sprite.gif) no-repeat -359px 0;
	display: block;
	float: left;
	height: 34px;
	text-indent: -1000em;
	width: 131px;
}

a#nav_facilities:hover,
a#nav_facilities:active,
.selected a#nav_facilities {
	background-position: -359px -34px;
}

a#nav_contact_us:link,
a#nav_contact_us:visited {
	background: url(../_imgs/nav_sprite.gif) no-repeat -490px 0;
	display: block;
	float: left;
	height: 34px;
	text-indent: -1000em;
	width: 139px;
}

a#nav_contact_us:hover,
a#nav_contact_us:active,
.selected a#nav_contact_us {
	background-position: -490px -34px;
}

#welcome {
	background: url(../_imgs/header_welcome.gif) no-repeat;
	height: 66px;
	left: 50%;
	margin: 10px 0 0 -345px;
	position: absolute;
	text-indent: -1000em;
	top: 0;
	width: 660px;
}

#motel {
	background: url(../_imgs/header_motel.gif) no-repeat;
	height: 66px;
	left: 50%;
	margin: 10px 0 0 -345px;
	position: absolute;
	text-indent: -1000em;
	top: 0;
	width: 660px;
}

#apartments {
	background: url(../_imgs/header_apartments.gif) no-repeat;
	height: 66px;
	left: 50%;
	margin: 10px 0 0 -345px;
	position: absolute;
	text-indent: -1000em;
	top: 0;
	width: 660px;
}

#facilities {
	background: url(../_imgs/header_facilities.gif) no-repeat;
	height: 66px;
	left: 50%;
	margin: 10px 0 0 -345px;
	position: absolute;
	text-indent: -1000em;
	top: 0;
	width: 660px;
}

#contact_us {
	background: url(../_imgs/header_contact_us.gif) no-repeat;
	height: 66px;
	left: 50%;
	margin: 10px 0 0 -345px;
	position: absolute;
	text-indent: -1000em;
	top: 0;
	width: 660px;
}
