@charset "UTF-8";
/* CSS Document - powered by Creative Communications */

#navigation{
	width:806px;
	height:44px;
	float:left;
	margin-top:33px;
}
a:hover {
	visibility:visible;
}
.tab_home a:hover img, .tab_about a:hover img, .tab_services a:hover img, .tab_production a:hover img, .tab_sustainability a:hover img, .tab_locations a:hover img, .tab_contacts a:hover img {
	visibility:hidden;
}
/*HOME*/
.tab_home {
	position:relative;
	float: left;
	background: url(../images/tab_home_over.jpg) no-repeat;
	width: 89px;
	height: 44px;
	overflow:hidden;/* for ie to hide extra height*/
}
.tab_home a {
	display: block;
	width: 89px;
	height: 44px;
	float: left;
	text-decoration: none;
	overflow:hidden;/* for ie to hide extra height*/
}
.tab_home img {
	width: 89px;
	height: 44px;
	border: 0;
}
/*ABOUT*/
.tab_about {
	position:relative;
	float: left;
	background: url(../images/tab_about_over.jpg) no-repeat;
	width: 110px;
	height: 44px;
	overflow:hidden;/* for ie to hide extra height*/
}
.tab_about a {
	display: block;
	width: 110px;
	height: 44px;
	float: left;
	text-decoration: none;
	overflow:hidden;/* for ie to hide extra height*/
}
.tab_about img {
	width: 110px;
	height: 44px;
	border: 0;
}
/*SERVICES*/
.tab_services {
	position:relative;
	float: left;
	background: url(../images/tab_services_over.jpg) no-repeat;
	width: 105px;
	height: 44px;
	overflow:hidden;/* for ie to hide extra height*/
}
.tab_services a {
	display: block;
	width: 105px;
	height: 44px;
	float: left;
	text-decoration: none;
	overflow:hidden;/* for ie to hide extra height*/
}
.tab_services img {
	width: 105px;
	height: 44px;
	border: 0;
}
/*PRODUCTION*/
.tab_production {
	position:relative;
	float: left;
	background: url(../images/tab_production_over.jpg) no-repeat;
	width: 125px;
	height: 44px;
	overflow:hidden;/* for ie to hide extra height*/
}
.tab_production a {
	display: block;
	width: 125px;
	height: 44px;
	float: left;
	text-decoration: none;
	overflow:hidden;/* for ie to hide extra height*/
}
.tab_production img {
	width: 125px;
	height: 44px;
	border: 0;
}
/*SUSTAINABILITY*/
.tab_sustainability {
	position:relative;
	float: left;
	background: url(../images/tab_sustainability_over.jpg) no-repeat;
	width: 147px;
	height: 44px;
	overflow:hidden;/* for ie to hide extra height*/
}
.tab_sustainability a {
	display: block;
	width: 147px;
	height: 44px;
	float: left;
	text-decoration: none;
	overflow:hidden;/* for ie to hide extra height*/
}
.tab_sustainability img {
	width: 147px;
	height: 44px;
	border: 0;
}
/*LOCATIONS*/
.tab_locations {
	position:relative;
	float: left;
	background: url(../images/tab_locations_over.jpg) no-repeat;
	width: 114px;
	height: 44px;
	overflow:hidden;/* for ie to hide extra height*/
}
.tab_locations a {
	display: block;
	width: 114px;
	height: 44px;
	float: left;
	text-decoration: none;
	overflow:hidden;/* for ie to hide extra height*/
}
.tab_locations img {
	width: 114px;
	height: 44px;
	border: 0;
}
/*CONTACTS*/
.tab_contacts {
	position:relative;
	float: left;
	background: url(../images/tab_contacts_over.jpg) no-repeat;
	width: 116px;
	height: 44px;
	overflow:hidden;/* for ie to hide extra height*/
}
.tab_contacts a {
	display: block;
	width: 116px;
	height: 44px;
	float: left;
	text-decoration: none;
	overflow:hidden;/* for ie to hide extra height*/
}
.tab_contacts img {
	width: 116px;
	height: 44px;
	border: 0;
}