.nav {
	width: 640px;
	height: 32px;
	background: url(nav.png) no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
}
.nav li {
	display: inline;
}
.nav li a:link, .nav li a:visited {
	position: absolute;
	top: 0;
	height: 32px;
	text-indent: -9000px;
	overflow: hidden;
	z-index: 10;
}
	.nav .inicio a:link, .nav .inicio a:visited {
		left: 23px;
		width: 94px;
	}
	.nav .inicio a:hover, .nav .inicio a:focus {
		background: url(nav.png) no-repeat -23px -32px;
	}
	.nav .inicio a:active {
		background: url(nav.png) no-repeat -23px -64px;
	}
	.current-inicio .inicio a:link, .current-inicio .inicio a:visited {
		background: url(nav.png) no-repeat -23px -96px;
		cursor: default;
	}
	.nav-inicio, .nav-inicio-click {
		position: absolute;
		top: 0;
		left: 23px;
		width: 94px;
		height: 32px;
		background: url(nav.png) no-repeat -23px -32px;
	}
	.nav-inicio-click {
		background: url(nav.png) no-repeat -23px -64px;
	}



	.nav .portfolio a:link, .nav .portfolio a:visited {
		left: 118px;
		width: 120px;
	}
	.nav .portfolio a:hover, .nav .portfolio a:focus {
		background: url(nav.png) no-repeat -118px -32px;
	}
	.nav .portfolio a:active {
		background: url(nav.png) no-repeat -118px -64px;
	}
	.current-portfolio .portfolio a:link, .current-portfolio .portfolio a:visited {
		background: url(nav.png) no-repeat -118px -96px;
		cursor: default;
	}
	.nav-portfolio, .nav-portfolio-click {
		position: absolute;
		top: 0;
		left: 118px;
		width: 120px;
		height: 32px;
		background: url(nav.png) no-repeat -118px -32px;
	}
	.nav-portfolio-click {
		background: url(nav.png) no-repeat -118px -64px;
	}



	.nav .hospedagem a:link, .nav .hospedagem a:visited {
		left: 239px;
		width: 142px;
	}
	.nav .hospedagem a:hover, .nav .hospedagem a:focus {
		background: url(nav.png) no-repeat -239px -32px;
	}
	.nav .hospedagem a:active {
		background: url(nav.png) no-repeat -239px -64px;
	}
	.current-hospedagem .hospedagem a:link, .current-hospedagem .hospedagem a:visited {
		background: url(nav.png) no-repeat -239px -98px;
		cursor: default;
	}
	.nav-hospedagem, .nav-hospedagem-click {
		position: absolute;
		top: 0;
		left: 239px;
		width: 142px;
		height: 32px;
		background: url(nav.png) no-repeat -239px -32px;
	}
	.nav-hospedagem-click {
		background: url(nav.png) no-repeat -239px -64px;
	}


	
	.nav .servicos a:link, .nav .servicos a:visited {
		left: 382px;
		width: 109px;
	}
	.nav .servicos a:hover, .nav .servicos a:focus {
		background: url(nav.png) no-repeat -382px -32px;
	}
	.nav .servicos a:active {
		background: url(nav.png) no-repeat -382px -64px;
	}
	.current-servicos .servicos a:link, .current-servicos .servicos a:visited {
		background: url(nav.png) no-repeat -382px -96px;
		cursor: default;
	}
	.nav-servicos, .nav-servicos-click {
		position: absolute;
		top: 0;
		left: 382px;
		width: 109px;
		height: 32px;
		background: url(nav.png) no-repeat -382px -32px;
	}
	.nav-servicos-click {
		background: url(nav.png) no-repeat -382px -64px;
	}


	.nav .contato a:link, .nav .contato a:visited {
		left: 490px;
		width: 128px;
	}
	.nav .contato a:hover, .nav .contato a:focus {
		background: url(nav.png) no-repeat -490px -32px;
	}
	.nav .contato a:active {
		background: url(nav.png) no-repeat -490px -64px;
	}
	.current-contato .contato a:link, .current-contato .contato a:visited {
		background: url(nav.png) no-repeat -490px -96px;
		cursor: default;
	}
	.nav-contato, .nav-contato-click {
		position: absolute;
		top: 0;
		left: 490px;
		width: 128px;
		height: 32px;
		background: url(nav.png) no-repeat -490px -32px;
	}
	.nav-contato-click {
		background: url(nav.png) no-repeat -490px -64px;
	}
