/*-- -- -- -- -- -- --
	css sprites2
	nav style, with style for scripted elements

	http://www.alistapart.com/articles/sprites2
	-- -- -- -- -- -- --
*/




.nav {
	width: 733px;
	height: 40px;
	background: url(../images/layout/nav.png) no-repeat;
	position: relative;
	top:5px; left:5px;
	border-bottom:1px solid #ccc;
}
#home .nav {border-bottom:0px;}


.nav li {
	display: inline;
}
.nav li a:link, .nav li a:visited {
	position: absolute;
	top: 0;
	height: 40px;
	text-indent: -9000px;
	overflow: hidden;
	z-index: 10;
}
.nav .home a:link, .nav .home a:visited {left:0px;	width: 57px;}
	.nav .home a:hover, .nav .home a:focus {background: url(../images/layout/nav.png) no-repeat 0px -80px;	}
	.nav .home a:active {background: url(../images/layout/nav.png) no-repeat 0px -40px;	}
	.current-home .home a:link, .current-home .home a:visited {
		background: url(../images/layout/nav.png) no-repeat 0px -40px;
		}
	.nav-home, .nav-home-click {
		position: absolute;
		top: 0;
		left: 0px;
		width: 57px;
		height: 40px;
		background: url(../images/layout/nav.png) no-repeat 0px -80px;	}
	.nav-home-click {background: url(../images/layout/nav.png) no-repeat 0px -40px;	}



	.nav .about a:link, .nav .about a:visited {
		left: 58px;
		width: 70px;
		background: url(../images/layout/nav.png) no-repeat -58px -40px;
	}
	.nav .about a:hover, .nav .about a:focus {
		background: url(../images/layout/nav.png) no-repeat -58px -80px;
	}
	.nav .about a:active {
		background: url(../images/layout/nav.png) no-repeat -58px -40px;
	}
	.current-about .about a:link, .current-about .about a:visited {
		background: url(../images/layout/nav.png) no-repeat -58px -40px;
		cursor: pointer;
	}
	.nav-about, .nav-about-click {
		position: absolute;
		top: 0;
		left: 58px;
		width: 70px;
		height: 40px;
		background: url(../images/layout/nav.png) no-repeat -58px -80px;
	}
	.nav-about-click {
		background: url(../images/layout/nav.png) no-repeat -58px -40px;
	}
	
	
	
	
		.nav .services a:link, .nav .services a:visited {
		left: 129px;
		width: 85px;
		background: url(../images/layout/nav.png) no-repeat -129px -40px;
	}
	.nav .services a:hover, .nav .services a:focus {
		background: url(../images/layout/nav.png) no-repeat -129px -80px;
	}
	.nav .services a:active {
		background: url(../images/layout/nav.png) no-repeat -129px -40px;
	}
	.current-services .services a:link, .current-services .services a:visited {
		background: url(../images/layout/nav.png) no-repeat -129px -40px;
		cursor: pointer;
	}
	.nav-services, .nav-services-click {
		position: absolute;
		top: 0;
		left: 129px;
		width: 85px;
		height: 40px;
		background: url(../images/layout/nav.png) no-repeat -129px -80px;
	}
	.nav-services-click {
		background: url(../images/layout/nav.png) no-repeat -129px -40px;
	}





	
/*------------- contact ---------------------*/
.nav .contact a:link, .nav .contact a:visited {left: 215px; width: 115px;}
.nav .contact a:hover, .nav .contact a:focus {background: url(../images/layout/nav.png) no-repeat -215px -80px;}
.nav .contact a:active {background: url(../images/layout/nav.png) no-repeat -215px -40px;}
.current-contact .contact a:link, .current-contact .contact a:visited {
		background: url(../images/layout/nav.png) no-repeat -215px -40px;
		}
.nav-contact, .nav-home-contact {
		position: absolute;
		top: 0;
		left: 215px;
		width: 115px;
		height: 40px;
		background: url(../images/layout/nav.png) no-repeat -215px -80px;
	}
	.nav-contact-click {
		background: url(../images/layout/nav.png) no-repeat -215px -40px;
	}