ul#nav li#nav_home {
	width: 131px;
	margin-right: 2px;
}
ul#nav li#nav_home:hover, ul#nav li#nav_home.active {
	background-image: url(../images/navi.png);
	background-position: 0 -43px;
	background-repeat: no-repeat;
	color: #ffffff;
}
ul#nav li#nav_about {
	width: 147px;
	margin-right: 2px;
}
ul#nav li#nav_about:hover, ul#nav li#nav_about.active {
	background-image: url(../images/navi.png);
	background-position: -133px -43px;
	background-repeat: no-repeat;
	color: #ffffff;
}
ul#nav li#nav_mobile {
	width: 188px;
	margin-right: 2px;
}
ul#nav li#nav_mobile:hover, ul#nav li#nav_mobile.active {
	background-image: url(../images/navi.png);
	background-position: -282px -43px;
	background-repeat: no-repeat;
	color: #ffffff;
}
ul#nav li#nav_portfolio {
	width: 152px;
	margin-right: 2px;
}
ul#nav li#nav_portfolio:hover, ul#nav li#nav_portfolio.active {
	background-image: url(../images/navi.png);
	background-position: -472px -43px;
	background-repeat: no-repeat;
	color: #ffffff;
}
ul#nav li#nav_products {
	width: 149px;
	margin-right: 2px;
}
ul#nav li#nav_products:hover, ul#nav li#nav_products.active {
	background-image: url(../images/navi.png);
	background-position: -626px -43px;
	background-repeat: no-repeat;
	color: #ffffff;
}
ul#nav li#nav_contact {
	width: 181px;
	margin: none;
}
ul#nav li#nav_contact:hover, ul#nav li#nav_contact.active {
	background-image: url(../images/navi.png);
	background-position: -777px -43px;
	background-repeat: no-repeat;
	color: #ffffff;
}