.nav 
	{
	width: 643px;
	height: 28px;
	background: url('../images/menu_bar.gif') no-repeat;
	position: absolute;
	margin: 0px;
	padding: 0px;
	}
.nav li 
	{
	display: inline;
	}
.nav li a:link, .nav li a:visited 
	{
	position: absolute;
	top: 0;
	height: 28px;
	width: 129px;
	text-indent: -9000px;
	overflow: hidden;
	z-index: 10;
	}
	
	.nav .home a:link, .nav .home a:visited {
		left: 0;
		width: 129px;
	}
	.nav .home a:hover, .nav .home a:focus {
		background: url('../images/menu_bar.gif') no-repeat 0 -28px;
	}
	.nav .home a:active {
		background: url('../images/menu_bar.gif') no-repeat 0 -56px;
	}
	.current-home .home a:link, .current-home .home a:visited {
		background: url('../images/menu_bar.gif') no-repeat 0 -84px;
		cursor: default;
	}
	.nav-home, .nav-home-click {
		position: absolute;
		top: 0;
		left: 0;
		width: 129px;
		height: 28px;
		background: url('../images/menu_bar.gif') no-repeat 0 -28px;
	}
	.nav-home-click {
		background: url('../images/menu_bar.gif') no-repeat 0 -56px;
	}



	.nav .company a:link, .nav .company a:visited {
		left: 129px;
		width: 129px;
	}
	.nav .company a:hover, .nav .company a:focus {
		background: url('../images/menu_bar.gif') no-repeat -129px -28px;
	}
	.nav .company a:active {
		background: url('../images/menu_bar.gif') no-repeat -129px -56px;
	}
	.current-company .company a:link, .current-company .company a:visited {
		background: url('../images/menu_bar.gif') no-repeat -129px -84px;
		cursor: default;
	}
	.nav-company, .nav-company-click {
		position: absolute;
		top: 0;
		left: 129px;
		width: 129px;
		height: 28px;
		background: url('../images/menu_bar.gif') no-repeat -129px -28px;
	}
	.nav-company-click {
		background: url('../images/menu_bar.gif') no-repeat -129px -56px;
	}



	.nav .projects a:link, .nav .projects a:visited {
		left: 258px;
		width: 129px;
	}
	.nav .projects a:hover, .nav .projects a:focus {
		background: url('../images/menu_bar.gif') no-repeat -258px -28px;
	}
	.nav .projects a:active {
		background: url('../images/menu_bar.gif') no-repeat -258px -56px;
	}
	.current-projects .projects a:link, .current-projects .projects a:visited {
		background: url('../images/menu_bar.gif') no-repeat -258px -84px;
		cursor: default;
	}
	.nav-projects, .nav-projects-click {
		position: absolute;
		top: 0;
		left: 258px;
		width: 129px;
		height: 28px;
		background: url('../images/menu_bar.gif') no-repeat -258px -28px;
	}
	.nav-projects-click {
		background: url('../images/menu_bar.gif') no-repeat -258px -56px;
	}


	
	.nav .news a:link, .nav .news a:visited {
		left: 387px;
		width: 129px;
	}
	.nav .news a:hover, .nav .news a:focus {
		background: url('../images/menu_bar.gif') no-repeat -387px -28px;
	}
	.nav .news a:active {
		background: url('../images/menu_bar.gif') no-repeat -387px -56px;
	}
	.current-news .news a:link, .current-news .news a:visited {
		background: url('../images/menu_bar.gif') no-repeat -387px -84px;
		cursor: default;
	}
	.nav-news, .nav-news-click {
		position: absolute;
		top: 0;
		left: 387px;
		width: 129px;
		height: 28px;
		background: url('../images/menu_bar.gif') no-repeat -387px -28px;
	}
	.nav-news-click {
		background: url('../images/menu_bar.gif') no-repeat -387px -56px;
	}
	
	
	.nav .contact a:link, .nav .contact a:visited {
		left: 516px;
		width: 129px;
	}
	.nav .contact a:hover, .nav .contact a:focus {
		background: url('../images/menu_bar.gif') no-repeat -516px -28px;
	}
	.nav .contact a:active {
		background: url('../images/menu_bar.gif') no-repeat -516px -56px;
	}
	.current-contact .contact a:link, .current-contact .contact a:visited {
		background: url('../images/menu_bar.gif') no-repeat -516px -84px;
		cursor: default;
	}
	.nav-contact, .nav-contact-click {
		position: absolute;
		top: 0;
		left: 516px;
		width: 129px;
		height: 28px;
		background: url('../images/menu_bar.gif') no-repeat -516px -28px;
	}
	.nav-contact-click {
		background: url('../images/menu_bar.gif') no-repeat -516px -56px;
	}
	
