.nav {
    width: 322px;
    height: 36px;
    background: url(img/nav.jpg) no-repeat;
    position: absolute;
    top: 78px;
    margin-left:270px;overflow:hidden;
     list-style:none;
}

.nav li {
	display: inline;
}
.nav li a:link, .nav li a:visited {
	position: absolute;
	top: 10px;
	height: 26px;
	text-indent: -9000px;
	overflow: hidden;
	z-index: 10;
}

	.nav .reel a:link, .nav .reel a:visited {
		left: 20px;
		width: 87px;
	}
	.nav .reel a:hover, .nav .reel a:focus {
		background: url(img/nav.jpg) no-repeat -20px -46px;
	}
	.nav .reel a:active {
		background: url(img/nav.jpg) no-repeat -20px -46px;
	}
	.current-reel .reel a:link, .current-reel .reel a:visited {
		background: url(img/nav.jpg) no-repeat -20px -46px;
		cursor: default;
	}
	.nav-reel, .nav-reel-click {
		position: absolute;
		top: 10px;
		left: 20px;
		width: 87px;
		height: 26px;
		background: url(img/nav.jpg) no-repeat -20px -46px;
	}
	.nav-reel-click {
		background: url(img/nav.jpg) no-repeat -20px -46px;
	}



	.nav .credits a:link, .nav .credits a:visited {
		left: 115px;
		width: 90px;
	}
	.nav .credits a:hover, .nav .credits a:focus {
		background: url(img/nav.jpg) no-repeat -115px -46px;
	}
	.nav .credits a:active {
		background: url(img/nav.jpg) no-repeat -115px -46px;
	}
	.current-credits .credits a:link, .current-credits .credits a:visited {
		background: url(img/nav.jpg) no-repeat -115px -46px;
		cursor: default;
	}
	.nav-credits, .nav-credits-click {
		position: absolute;
		top: 10px;
		left: 115px;
		width: 90px;
		height: 26px;
		background: url(img/nav.jpg) no-repeat -115px -46px;
	}
	.nav-credits-click {
		background: url(img/nav.jpg) no-repeat -115px -46px;
	}



	.nav .contact a:link, .nav .contact a:visited {
		left: 215px;
		width: 85px;
	}
	.nav .contact a:hover, .nav .contact a:focus {
		background: url(img/nav.jpg) no-repeat -215px -46px;
	}
	.nav .contact a:active {
		background: url(img/nav.jpg) no-repeat -215px -46px;
	}
	.current-contact .contact a:link, .current-contact .contact a:visited {
		background: url(img/nav.jpg) no-repeat -215px -46px;
		cursor: default;
	}
	.nav-contact, .nav-contact-click {
		position: absolute;
		top: 10px;
		left: 215px;
		width: 85px;
		height: 26px;
		background: url(img/nav.jpg) no-repeat -215px -46px;
	}
	.nav-contact-click {
		background: url(img/nav.jpg) no-repeat -215px -46px;
	}

#########################################################
