.nav {
    width: 532px;
    height: 47px;
	list-style-type: none;
	background: url(images/blue-nav.gif) no-repeat;
}

.nav li {
	display: inline;
}
.nav li a:link, .nav li a:visited {
	position: absolute;
	top: 0;
	height: 47px;
	text-indent: -9000px;
	overflow: hidden;
	z-index: 10;
}
	.nav .home a:link, .nav .home a:visited {
		left: 0px;
		width: 143px;
	}
	.nav .home a:hover, .nav .home a:focus {
		background: url(images/blue-nav.gif) no-repeat 0px -47px;
	}
	.nav .home a:active {
		background: url(images/blue-nav.gif) no-repeat 0px -94px;
	}
	.current-home .home a:link, .current-home .home a:visited {
		background: url(images/blue-nav.gif) no-repeat 0px -141px;
		cursor: default;
	}
	.nav-home, .nav-home-click {
		position: absolute;
		top: 0;
		left: 0px;
		width: 143px;
		height: 47px;
		background: url(images/blue-nav.gif) no-repeat 0px -47px;
	}
	.nav-home-click {
		background: url(images/blue-nav.gif) no-repeat 0px -94px;
	}



	.nav .servicii a:link, .nav .servicii a:visited {
		left: 163px;
		width: 98px;
	}
	.nav .servicii a:hover, .nav .servicii a:focus {
		background: url(images/blue-nav.gif) no-repeat -163px -47px;
	}
	.nav .servicii a:active {
		background: url(images/blue-nav.gif) no-repeat -163px -94px;
	}
	.current-servicii .servicii a:link, .current-servicii .servicii a:visited {
		background: url(images/blue-nav.gif) no-repeat -163px -141px;
		cursor: default;
	}
	.nav-servicii, .nav-servicii-click {
		position: absolute;
		top: 0;
		left: 163px;
		width: 98px;
		height: 47px;
		background: url(images/blue-nav.gif) no-repeat -163px -47px;
	}
	.nav-servicii-click {
		background: url(images/blue-nav.gif) no-repeat -163px -94px;
	}



	.nav .portofoliu a:link, .nav .portofoliu a:visited {
		left: 281px;
		width: 126px;
	}
	.nav .portofoliu a:hover, .nav .portofoliu a:focus {
		background: url(images/blue-nav.gif) no-repeat -281px -47px;
	}
	.nav .portofoliu a:active {
		background: url(images/blue-nav.gif) no-repeat -281px -94px;
	}
	.current-portofoliu .portofoliu a:link, .current-portofoliu .portofoliu a:visited {
		background: url(images/blue-nav.gif) no-repeat -281px -141px;
		cursor: default;
	}
	.nav-portofoliu, .nav-portofoliu-click {
		position: absolute;
		top: 0;
		left: 281px;
		width: 126px;
		height: 47px;
		background: url(images/blue-nav.gif) no-repeat -281px -47px;
	}
	.nav-portofoliu-click {
		background: url(images/blue-nav.gif) no-repeat -281px -94px;
	}


	
	.nav .contact a:link, .nav .contact a:visited {
		left: 427px;
		width: 105px;
	}
	.nav .contact a:hover, .nav .contact a:focus {
		background: url(images/blue-nav.gif) no-repeat -427px -47px;
	}
	.nav .contact a:active {
		background: url(images/blue-nav.gif) no-repeat -427px -94px;
	}
	.current-contact .contact a:link, .current-contact .contact a:visited {
		background: url(images/blue-nav.gif) no-repeat -427px -141px;
		cursor: default;
	}
	.nav-contact, .nav-contact-click {
		position: absolute;
		top: 0;
		left: 427px;
		width: 105px;
		height: 47px;
		background: url(images/blue-nav.gif) no-repeat -427px -47px;
	}
	.nav-contact-click {
		background: url(images/blue-nav.gif) no-repeat -427px -94px;
	}

