/* CSS Document */


/*	Navigation	
---------------------------------------------------------------------------------------------------------------------------*/

#nav_position {
margin-left: auto;
margin-right: auto;
padding-top: 3px;
width: 762px;
height: 17px;
}

#nav {
float: right;
width: 472px;
height: 17px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
background: url(/img/nav/nav_bg.jpg) top left no-repeat;	
}


#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#nav a {
	float: left;
	padding: 20px 0px 0px 0px;
	overflow: hidden;
	height: 0px !important; 
	height /**/:20px; /* for IE5/Win */
	}
	
#nav a:hover {
	background-position: 0 -20px;
	}

#nav a:active, #nav a.selected {
	background-position: 0 -40px;
	}
	
#tabout a  {
	width: 67px;
	margin: 0px 0px 0px 0px;
	background: url(/img/nav/about_up.jpg) top left no-repeat;
	}	
	
#tservices a  {
	width: 81px;
	margin: 0px 0px 0px 0px;
	background: url(/img/nav/services_up.jpg) top left no-repeat;
	}

#tenvironment a  {
	width: 113px;
	margin: 0px 0px 0px 0px;
	background: url(/img/nav/environment_up.jpg) top left no-repeat;
	}

#tclients a  {
	width: 74px;
	margin: 0px 0px 0px 0px;
	background: url(/img/nav/clients_up.jpg) top left no-repeat;
	}
	
#thome a  {
	width: 64px;
	margin: 0px 0px 0px 0px;
	background: url(/img/nav/home_up.jpg) top left no-repeat;
	}
	
#tcontact a  {
	width: 73px;
	margin: 0px 0px 0px 0px;
	background: url(/img/nav/contact_up.jpg) top left no-repeat;
	}
	



