/* CSS Document */

#nav	{
	position: relative;
	top: 10px;
	text-decoration: none;

	}
#nav a	{
	text-decoration: none;
	}

	
#home	{
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	height: 36px;
	width: 150px;
	}

#home a{
	display: block;
	height: 36px;
	width: 150px;
	
	background-image: url(images/navigation_rollover.gif);
	background-position: -0px 0px;
	background-repeat: no-repeat;
	}

#home a:hover {
	background-image: url(images/navigation_rollover.gif);
	background-position: -150px -0px;
	background-repeat: no-repeat;
	}
	
#home .current	{
	background-position: -300px -0px;
	}
	

	
#location	{
	position: absolute;
	top: 36px;
	left: 0px;
	display: block;
	height: 36px;
	width: 150px;
	}

#location a{
	display: block;
	height: 36px;
	width: 150px;
	
	background-image: url(images/navigation_rollover.gif);
	background-position: -0px -36px;
	background-repeat: no-repeat;
	}

#location a:hover {
	background-image: url(images/navigation_rollover.gif);
	background-position: -150px -36px;
	background-repeat: no-repeat;
	}
	
#location .current	{
	background-position: -300px -36px;
	}
	
	
	
	
	
	
#amenities	{
	position: absolute;
	top: 72px;
	left: 0px;
	display: block;
	height: 36px;
	width: 150px;
	}

#amenities a{
	display: block;
	height: 36px;
	width: 150px;
	
	background-image: url(images/navigation_rollover.gif);
	background-position: -0px -72px;
	background-repeat: no-repeat;
	}

#amenities a:hover {
	background-image: url(images/navigation_rollover.gif);
	background-position: -150px -72px;
	background-repeat: no-repeat;
	}
	
#amenities .current	{
	background-position: -300px -72px;
	}
	
	

	
	

#lifestyle	{
	position: absolute;
	top: 108px;
	left: 0px;
	display: block;
	height: 36px;
	width: 150px;
	}

#lifestyle a{
	display: block;
	height: 36px;
	width: 150px;
	
	background-image: url(images/navigation_rollover.gif);
	background-position: -0px -108px;
	background-repeat: no-repeat;
	}

#lifestyle a:hover {
	background-image: url(images/navigation_rollover.gif);
	background-position: -150px -108px;
	background-repeat: no-repeat;
	}
	
#lifestyle .current	{
	background-position: -300px -108px;
	}
	
	
	
	
#attractions	{
	position: absolute;
	top: 144px;
	left: 0px;
	display: block;
	height: 36px;
	width: 150px;
	}

#attractions a{
	display: block;
	height: 36px;
	width: 150px;
	
	background-image: url(images/navigation_rollover.gif);
	background-position: -0px -144px;
	background-repeat: no-repeat;
	}

#attractions a:hover {
	background-image: url(images/navigation_rollover.gif);
	background-position: -150px -144px;
	background-repeat: no-repeat;
	}
	
#attractions .current	{
	background-position: -300px -144px;
	}
	
	
	
	
#units	{
	position: absolute;
	top: 144px;
	left: 0px;
	display: block;
	height: 36px;
	width: 150px;
	}

#units a{
	display: block;
	height: 36px;
	width: 150px;
	
	background-image: url(images/navigation_rollover.gif);
	background-position: -0px -144px;
	background-repeat: no-repeat;
	}

#units a:hover {
	background-image: url(images/navigation_rollover.gif);
	background-position: -150px -144px;
	background-repeat: no-repeat;
	}
	
#units .current	{
	background-position: -300px -144px;
	}	
	
	
	
	
#contact	{
	position: absolute;
	top: 180px;
	left: 0px;
	display: block;
	height: 36px;
	width: 150px;
	}

#contact a{
	display: block;
	height: 36px;
	width: 150px;
	
	background-image: url(images/navigation_rollover.gif);
	background-position: -0px -180px;
	background-repeat: no-repeat;
	}

#contact a:hover {
	background-image: url(images/navigation_rollover.gif);
	background-position: -150px -180px;
	background-repeat: no-repeat;
	}
	
#contact .current	{
	background-position: -300px -180px;
	}	
		
	
	
.hide	{
	visibility: hidden;
	}

