/* navigation */

.nav {
	width: 1000px;
	height: 100px;
	background: url(/img/nav.png) no-repeat 0px -50px;
	position: relative;
	margin: 0px;
	padding: 0px;

}
.nav li {
	display: inline;
	height: 100px;
}

.nav li a:link, .nav li a:visited {
	position: absolute;
	top: 0px;
	height: 100px;
	text-indent: -9000px;
	overflow: hidden;
	z-index: 10;
}



.nav .home a:link, .nav .home a:visited {
	left: 0px;
	width: 200px;
}
.nav .home a:hover, .nav .home a:focus {
	background: url(/img/nav.png) no-repeat 0px -250px;
}
.nav .home a:active {
	background: url(/img/nav.png) no-repeat 0px -250px;
}
.current-home .home a:link, .current-home .home a:visited {
	background: url(/img/nav.png) no-repeat 0px -250px;
	cursor: default;
}
.nav-home, .nav-home-click {
	position: absolute;
	top: 0;
	left: 0px;
	width: 200px;
	height: 100px;
	background: url(/img/nav.png) no-repeat 0px -250px;
}
.nav-home-click {
	background: url(/img/nav.png) no-repeat 0px -250px;
}


.nav .who a:link, .nav .who a:visited {
	left: 600px;
	width: 200px;
}
.nav .who a:hover, .nav .who a:focus {
	background: url(/img/nav.png) no-repeat -600px -250px;
}
.nav .who a:active {
	background: url(/img/nav.png) no-repeat -600px -250px;
}
.current-who .who a:link, .current-who .who a:visited {
	background: url(/img/nav.png) no-repeat -600px -250px;
	cursor: default;
}
.nav-who, .nav-who-click {
	position: absolute;
	top: 0;
	left: 600px;
	width: 200px;
	height: 100px;
	background: url(/img/nav.png) no-repeat -600px -250px;
}
.nav-who-click {
	background: url(/img/nav.png) no-repeat -600px -250px;
}


.nav .what a:link, .nav .what a:visited {
	left: 200px;
	width: 200px;
}
.nav .what a:hover, .nav .what a:focus {
	background: url(/img/nav.png) no-repeat -200px -250px;
}
.nav .what a:active {
	background: url(/img/nav.png) no-repeat -200px -250px;
}
.current-what .what a:link, .current-what .what a:visited {
	background: url(/img/nav.png) no-repeat -200px -250px;
	cursor: default;
}
.nav-what, .nav-what-click {
	position: absolute;
	top: 0;
	left: 200px;
	width: 200px;
	height: 100px;
	background: url(/img/nav.png) no-repeat -200px -250px;
}
.nav-what-click {
	background: url(/img/nav.png) no-repeat -200px -250px;
}



.nav .why a:link, .nav .why a:visited {
	left: 400px;
	width: 200px;
}
.nav .why a:hover, .nav .why a:focus {
	background: url(/img/nav.png) no-repeat -400px -250px;
}
.nav .why a:active {
	background: url(/img/nav.png) no-repeat -400px -250px;
}
.current-why .why a:link, .current-why .why a:visited {
	background: url(/img/nav.png) no-repeat -400px -250px;
	cursor: default;
}
.nav-why, .nav-why-click {
	position: absolute;
	top: 0;
	left: 400px;
	width: 200px;
	height: 100px;
	background: url(/img/nav.png) no-repeat -400px -250px;
}
.nav-why-click {
	background: url(/img/nav.png) no-repeat -400px -250px;
}


.nav .contact a:link, .nav .contact a:visited {
	left: 800px;
	width: 200px;
}
.nav .contact a:hover, .nav .contact a:focus {
	background: url(/img/nav.png) no-repeat -800px -250px;
}
.nav .contact a:active {
	background: url(/img/nav.png) no-repeat -800px -250px;
}
.current-contact .contact a:link, .current-contact .contact a:visited {
	background: url(/img/nav.png) no-repeat -800px -250px;
	cursor: default;
}
.nav-contact, .nav-contact-click {
	position: absolute;
	top: 0;
	left: 800px;
	width: 200px;
	height: 100px;
	background: url(/img/nav.png) no-repeat -800px -250px;
}
.nav-contact-click {
	background: url(/img/nav.png) no-repeat -800px -250px;
}