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

.nav {
	width: 1039px;
	height: 62px;
	background: url(../img/sprite_1.png) no-repeat;
	margin: 0px auto; 
	padding: 0px;
	position: relative;
	z-index: 10;
}

.nav li {
	display: inline;
}

.nav li a:link, .nav li a:visited {
	position: absolute;
	top: 0;
	height: 62px;
	text-indent: -9000px;
	overflow: hidden;
	z-index: 10;
}
	.nav .properties a:link, .nav .properties a:visited {
		left: 63px;
		width: 150px;
	}
	
	.nav .properties a:hover, .nav .properties a:focus {
		background: url(../img/sprite_1.png) no-repeat -63px -62px;
	}
	
	.nav .properties a:active {
		background: url(../img/sprite_1.png) no-repeat -63px -62px;
	}
	
	.current-properties .properties a:link, .current-properties .properties a:visited {
		background: url(../img/sprite_1.png) no-repeat -63px -62px;
		cursor: default;
	}
	
	
	
	.nav .services a:link, .nav .services a:visited {
		left: 200px;
		width: 115px;
	}
	
	.nav .services a:hover, .nav .services a:focus {
		background: url(../img/sprite_1.png) no-repeat -200px -62px;
	}
	
	.nav .services a:active {
		background: url(../img/sprite_1.png) no-repeat -200px -62px;
	}
	
	.current-services .services a:link, .current-services .services a:visited {
		background: url(../img/sprite_1.png) no-repeat -200px -62px;
		cursor: default;
	}
	
	
	
	.nav .who a:link, .nav .who a:visited {
		left: 320px;
		width: 150px;
	}
	
	.nav .who a:hover, .nav .who a:focus {
		background: url(../img/sprite_1.png) no-repeat -320px -62px;
	}
	
	.nav .who a:active {
		background: url(../img/sprite_1.png) no-repeat -320px -62px;
	}
	
	.current-who .who a:link, .current-who .who a:visited {
		background: url(../img/sprite_1.png) no-repeat -320px -62px;
		cursor: default;
	}
	
	
	
	.nav .why a:link, .nav .why a:visited {
		left: 475px;
		width: 180px;
	}
	
	.nav .why a:hover, .nav .why a:focus {
		background: url(../img/sprite_1.png) no-repeat -475px -62px;
	}
	
	.nav .why a:active {
		background: url(../img/sprite_1.png) no-repeat -475px -62px;
	}
	
	.current-why .why a:link, .current-why .why a:visited {
		background: url(../img/sprite_1.png) no-repeat -475px -62px;
		cursor: default;
	}
	
	
	
	.nav .news a:link, .nav .news a:visited {
		left: 670px;
		width: 175px;
	}
	
	.nav .news a:hover, .nav .news a:focus {
		background: url(../img/sprite_1.png) no-repeat -670px -62px;
	}
	
	.nav .news a:active {
		background: url(../img/sprite_1.png) no-repeat -670px -62px;
	}
	
	.current-news .news a:link, .current-news .news a:visited {
		background: url(../img/sprite_1.png) no-repeat -670px -62px;
		cursor: default;
	}
	
	
	
	.nav .contact a:link, .nav .contact a:visited {
		left: 850px;
		width: 120px;
	}
	
	.nav .contact a:hover, .nav .contact a:focus {
		background: url(../img/sprite_1.png) no-repeat -850px -62px;
	}
	
	.nav .contact a:active {
		background: url(../img/sprite_1.png) no-repeat -850px -62px;
	}
	
	.current-contact .contact a:link, .current-contact .contact a:visited {
		background: url(../img/sprite_1.png) no-repeat -850px -62px;
		cursor: default;
	}