.nav {
	background: transparent url('../images/navigation.jpg') no-repeat scroll 0 0;
	position: relative;
	top: 0;
	left: 0;
	width: 938px;
	height: 61px;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 200;
}
.nav li {
	display: inline;
}
.nav li a:link, .nav li a:visited {
	position: absolute;
	top: 0;
	height: 61px;
	text-indent: -9000px;
	overflow: hidden;
	z-index: 10;
}

/* * * * * * * * * * * HOME * * * * * * * * * * */
.nav .home a:link, .nav .home a:visited {
	left: 0;
	width: 96px;
}
.nav .home a:hover, .nav .home a:focus {
	background: url('../images/navigation.jpg') no-repeat 0 -61px;
}
.nav .home a:active {
	background: url('../images/navigation.jpg') no-repeat 0 -122px;
}
.current-home .home a:link, .current-home .home a:visited {
	background: url('../images/navigation.jpg') no-repeat 0 -61px;
	cursor: default;
}
.nav-home, .nav-home-click {
	position: absolute;
	top: 0;
	left: 0;
	width: 96px;
	height: 61px;
	background: url('../images/navigation.jpg') no-repeat 0 -61px;
}
.nav-home-click {
	background: url('../images/navigation.jpg') no-repeat 0 -122px;
}

/* * * * * * * * * * * ABOUT * * * * * * * * * * */
.nav .about a:link, .nav .about a:visited {
	left: 96px;
	width: 206px;
}
.nav .about a:hover, .nav .about a:focus {
	background: url('../images/navigation.jpg') no-repeat -96px -61px;
}
.nav .about a:active {
	background: url('../images/navigation.jpg') no-repeat -96px -122px;
}
.current-about .about a:link, .current-about .about a:visited {
	background: url('../images/navigation.jpg') no-repeat -96px -61px;
	cursor: default;
}
.nav-about, .nav-about-click {
	position: absolute;
	top: 0;
	left: 96px;
	width: 206px;
	height: 61px;
	background: url('../images/navigation.jpg') no-repeat -96px -61px;
}
.nav-about-click {
	background: url('../images/navigation.jpg') no-repeat -96px -122px;
}

/* * * * * * * * * * * PRACTICE * * * * * * * * * * */
.nav .practice a:link, .nav .practice a:visited {
	left: 303px;
	width: 172px;
}
.nav .practice a:hover, .nav .practice a:focus {
	background: url('../images/navigation.jpg') no-repeat -303px -61px;
}
.nav .practice a:active {
	background: url('../images/navigation.jpg') no-repeat -303px -122px;
}
.current-practice .practice a:link, .current-practice .practice a:visited {
	background: url('../images/navigation.jpg') no-repeat -303px -61px;
	cursor: default;
}
.nav-practice, .nav-practice-click {
    position: absolute;
	top: 0;
	left: 303px;
	width: 172px;
	height: 61px;
	background: url('../images/navigation.jpg') no-repeat -303px -61px;
}
.nav-practice-click {
	background: url('../images/navigation.jpg') no-repeat -303px -122px;
}

/* * * * * * * * * * * BIOS * * * * * * * * * * */
.nav .bios a:link, .nav .bios a:visited {
	left: 476px;
	width: 171px;
}
.nav .bios a:hover, .nav .bios a:focus {
	background: url('../images/navigation.jpg') no-repeat -476px -61px;
}
.nav .bios a:active {
	background: url('../images/navigation.jpg') no-repeat -476px -122px;
}
.current-bios .bios a:link, .current-bios .bios a:visited {
	background: url('../images/navigation.jpg') no-repeat -476px -61px;
	cursor: default;
}
.nav-bios, .nav-bios-click {
	position: absolute;
	top: 0;
	left: 476px;
	width: 171px;
	height: 61px;
	background: url('../images/navigation.jpg') no-repeat -476px -61px;
}
.nav-bios-click {
	background: url('../images/navigation.jpg') no-repeat -476px -122px;
}

/* * * * * * * * * * * RESOURCES * * * * * * * * * * */
.nav .resources a:link, .nav .resources a:visited {
	left: 648px;
	width: 137px;
}
.nav .resources a:hover, .nav .resources a:focus {
	background: url('../images/navigation.jpg') no-repeat -648px -61px;
}
.nav .resources a:active {
	background: url('../images/navigation.jpg') no-repeat -648px -122px;
}
.current-resources .resources a:link, .current-resources .resources a:visited {
	background: url('../images/navigation.jpg') no-repeat -648px -61px;
	cursor: default;
}
.nav-resources, .nav-resources-click {
	position: absolute;
	top: 0;
	left: 648px;
	width: 137px;
	height: 61px;
	background: url('../images/navigation.jpg') no-repeat -648px -61px;
}
.nav-resources-click {
	background: url('../images/navigation.jpg') no-repeat -648px -122px;
}

/* * * * * * * * * * * CONTACT * * * * * * * * * * */
.nav .contact a:link, .nav .contact a:visited {
	left: 786px;
	width: 153px;
}
.nav .contact a:hover, .nav .contact a:focus {
	background: url('../images/navigation.jpg') no-repeat -786px -61px;
}
.nav .contact a:active {
	background: url('../images/navigation.jpg') no-repeat -786px -122px;
}
.current-contact .contact a:link, .current-contact .contact a:visited {
	background: url('../images/navigation.jpg') no-repeat -786px -61px;
	cursor: default;
}
.nav-contact, .nav-contact-click {
	position: absolute;
	top: 0;
	left: 786px;
	width: 153px;
	height: 61px;
	background: url('../images/navigation.jpg') no-repeat -786px -61px;
}
.nav-contact-click {
	background: url('../images/navigation.jpg') no-repeat -786px -122px;
}
