
 
.nav {
	width:760px;
	height: 65px;
	background: url(../images/twist_nav.gif) no-repeat;
	position: absolute;
}
.nav li {
	display: inline;
}
.nav li a:link, .nav li a:visited {
	position: absolute;
	top: 0;
	height: 65px;
	text-indent: -9000px;
	overflow: hidden;
	z-index: 10;
}
	.nav .home a:link, .nav .home a:visited {
		left: 41px;
		width: 101px;
	}
	.nav .home a:hover, .nav .home a:focus {
		background: url(../images/twist_nav.gif) no-repeat -41px -65px;
	}
	.nav .home a.active {
		background: url(../images/twist_nav.gif) no-repeat -41px -130px;
	}
	
 
 
.nav .about a:link, .nav .about a:visited {
		left: 142px;
		width: 108px;
	}
	.nav .about a:hover, .nav .about a:focus {
		background: url(../images/twist_nav.gif) no-repeat -142px -65px;
	}
	.nav .about a.active {
		background: url(../images/twist_nav.gif) no-repeat -142px -130px;
	}
	 
 
 .nav .portfolio a:link, .nav .portfolio a:visited {
		left: 266px;
		width: 129px;
	}
	.nav .portfolio a:hover, .nav .portfolio a:focus {
		background: url(../images/twist_nav.gif) no-repeat -266px -65px;
	}
	.nav .portfolio a.active {
		background: url(../images/twist_nav.gif) no-repeat -266px -130px;
	}
	
	
	
 .nav .services a:link, .nav .services a:visited {
		left: 395px;
		width: 115px;
	}
	.nav .services a:hover, .nav .services a:focus {
		background: url(../images/twist_nav.gif) no-repeat -395px -65px;
	}
	.nav .services a.active {
		background: url(../images/twist_nav.gif) no-repeat -395px -130px;
	}
	 
 
.nav .process a:link, .nav .process a:visited {
		left: 510px;
		width: 145px;
	}
	.nav .process a:hover, .nav .process a:focus {
		background: url(../images/twist_nav.gif) no-repeat -510px -65px;
	}
	.nav .process a.active {
		background: url(../images/twist_nav.gif) no-repeat -510px -130px;
	}
	
	
.nav .contact a:link, .nav .contact a:visited {
		left: 655px;
		width: 109px;
	}
	.nav .contact a:hover, .nav .contact a:focus {
		background: url(../images/twist_nav.gif) no-repeat -655px -65px;
	}
	.nav .contact a.active {
		background: url(../images/twist_nav.gif) no-repeat -655px -130px;
	}
	
