@charset "UTF-8";

#header {
	margin: 0px auto;
	padding: 0px;
	height: 80px;
	width: 960px;
	position: relative;
}
#header #headerNav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#header #headerNav li {
	margin: 0px;
	padding: 0px;
}

.homeButton {
	width: 320px;
	height: 80px;
	margin: 0;
	padding: 0;
	background: url(../img/navsprite.jpg) no-repeat 0 0;
	top: 0;
	left: 0;
	position: absolute;
	text-indent: -9999px;
	display: block;
}

.homeButton * {
	  display: none;
	}
	
.homeButton	span.hover {
	width: 320px;
	height: 80px;
	margin: 0;
	padding: 0;
	background: url(../img/navsprite.jpg) no-repeat 0 -80px;
	top: 0;
	left: 0;
	position: absolute;
	display: block;
}




.aboutButton {
	width: 160px;
	height: 80px;
	margin: 0;
	padding: 0;
	background: url(../img/navsprite.jpg) no-repeat -320px 0;
	top: 0;
	left: 320px;
	position: absolute;
	text-indent: -9999px;
	display: block;
}

.aboutButton * {
	  display: none;
	}
	
.aboutButton span.hover {
	width: 160px;
	height: 80px;
	margin: 0;
	padding: 0;
	background: url(../img/navsprite.jpg) no-repeat -320px -80px;
	top: 0;
	left: 0;
	position: absolute;
	display: block;
}


.propertiesButton {
	width: 160px;
	height: 80px;
	margin: 0;
	padding: 0;
	background: url(../img/navsprite.jpg) no-repeat -480px 0;
	top: 0;
	left: 480px;
	position: absolute;
	text-indent: -9999px;
	display: block;
}

.propertiesButton * {
	  display: none;
	}
	
.propertiesButton span.hover {
	width: 160px;
	height: 80px;
	margin: 0;
	padding: 0;
	background: url(../img/navsprite.jpg) no-repeat -480px -80px;
	top: 0;
	left: 0;
	position: absolute;
	display: block;
}




.contactButton {
	width: 160px;
	height: 80px;
	margin: 0;
	padding: 0;
	background: url(../img/navsprite.jpg) no-repeat -640px 0;
	top: 0;
	left: 640px;
	position: absolute;
	text-indent: -9999px;
	display: block;
}

.contactButton * {
	  display: none;
	}
	
.contactButton span.hover {
	width: 160px;
	height: 80px;
	margin: 0;
	padding: 0;
	background: url(../img/navsprite.jpg) no-repeat -640px -80px;
	top: 0;
	left: 0;
	position: absolute;
	display: block;
}





.resourcesButton {
	width: 160px;
	height: 80px;
	margin: 0;
	padding: 0;
	background: url(../img/navsprite.jpg) no-repeat -800px 0;
	top: 0;
	left: 800px;
	position: absolute;
	text-indent: -9999px;
	display: block;
}

.resourcesButton * {
	  display: none;
	}
	
.resourcesButton span.hover {
	width: 160px;
	height: 80px;
	margin: 0;
	padding: 0;
	background: url(../img/navsprite.jpg) no-repeat -800px -80px;
	top: 0;
	left: 0;
	position: absolute;
	display: block;
}

