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

#location a, #lifestyle a, #tour a, #residents a, #contact a {
	background:url(../img/nav.png) no-repeat;
	height:50px;
	display:block;
	overflow:hidden;
	float:left;
	}
	
	#location a {
		background-position:-5px 0px;
		width:82px;
		margin-left:5px;
		}
		#location a:hover {
			background-position:-5px -50px;
			}
			#location a:active, #location a.active {
				background-position:-5px -100px;
				}
				
	#lifestyle a {
		background-position:-111px 0px;
		width:81px;
		margin-left:24px;
		}
		#lifestyle a:hover {
			background-position:-111px -50px;
			}
			#lifestyle a:active, #lifestyle a.active {
				background-position:-111px -100px;
				}
				
	#tour a {
		background-position:-218px 0px;
		width:59px;
		margin-left:26px;
		}
		#tour a:hover {
			background-position:-218px -50px;
			}
			#tour a:active, #tour a.active {
				background-position:-218px -100px;
				}
				
	#residents a {
		background-position:-300px 0px;
		width:84px;
		margin-left:23px;
		}
		#residents a:hover {
			background-position:-300px -50px;
			}
			#residents a:active, #residents a.active {
				background-position:-300px -100px;
				}
				
	#contact a {
		background-position:-411px 0px;
		width:80px;
		margin-left:27px;
		}
		#contact a:hover {
			background-position:-411px -50px;
			}
			#contact a:active, #contact a.active {
				background-position:-411px -100px;
				}
				