#nav {
	margin:0;
	padding:0;
	float:left;
	width:100%;
}
#nav li {
	display:inline;
	padding:0;
	margin:0;
}
#nav a:link,
#nav a:visited {
	float:left;
}

#nav-home a {
	width: 130px;
	height: 41px;
	background-image: url(../images/nav_home1.gif);
	background-repeat: no-repeat;
}
#nav-home a:hover {
	width: 130px;
	height: 41px;
	background-image: url(../images/nav_home2.gif);
	background-repeat: no-repeat;
}
#home #nav-home a {
	width: 130px;
	height: 41px;
	background-image: url(../images/nav_home3.gif);
	background-repeat: no-repeat;
}
#nav-products a {
	width: 146px;
	height: 41px;
	background-image: url(../images/nav_products1.gif);
	background-repeat: no-repeat;
}
#nav-products a:hover {
	width: 146px;
	height: 41px;
	background-image: url(../images/nav_products2.gif);
	background-repeat: no-repeat;
}
#products #nav-products a {
	width: 146px;
	height: 41px;
	background-image: url(../images/nav_products3.gif);
	background-repeat: no-repeat;
}
#nav-contacts a {
	width: 147px;
	height: 41px;
	background-image: url(../images/nav_contacts1.gif);
	background-repeat: no-repeat;
}
#nav-contacts a:hover {
	width: 147px;
	height: 41px;
	background-image: url(../images/nav_contacts2.gif);
	background-repeat: no-repeat;
}
#contacts #nav-contacts a {
	width: 147px;
	height: 41px;
	background-image: url(../images/nav_contacts3.gif);
	background-repeat: no-repeat;
}
#nav-about a {
	width: 133px;
	height: 41px;
	background-image: url(../images/nav_aboutus1.gif);
	background-repeat: no-repeat;
}
#nav-about a:hover {
	width: 133px;
	height: 41px;
	background-image: url(../images/nav_aboutus2.gif);
	background-repeat: no-repeat;
}
#about #nav-about a {
	width: 133px;
	height: 41px;
	background-image: url(../images/nav_aboutus3.gif);
	background-repeat: no-repeat;
}