﻿.prod_btn {
	background-image: url('newtabs/home/products.png');
	height: 45px;
	width: 183px;
	text-decoration: none;
	background-position: top;
}
.prod_btn:hover {
	background-image: url('newtabs/home/products.png');
	height: 45px;
	width: 183px;
	text-decoration: none;
	background-position: 0px 45px;
}
.ind_btn {
	background-image: url('newtabs/home/industries.png');
	height: 45px;
	width: 146px;
	text-decoration: none;
	background-position: top;
}
.ind_btn:hover {
	background-image: url('newtabs/home/industries.png');
	height: 45px;
	width: 146px;
	text-decoration: none;
	background-position: 0px 45px;
}
.supp_btn {
	background-image: url('newtabs/home/support.png');
	height: 45px;
	width: 155px;
	text-decoration: none;
	background-position: top;
}
.supp_btn:hover {
	background-image: url('newtabs/home/support.png');
	height: 45px;
	width: 155px;
	text-decoration: none;
	background-position: 0px 45px;
}
.news_btn {
	background-image: url('newtabs/home/news.png');
	height: 45px;
	width: 172px;
	text-decoration: none;
	background-position: top;
}
.news_btn:hover {
	background-image: url('newtabs/home/news.png');
	height: 45px;
	width: 172px;
	text-decoration: none;
	background-position: 0px 45px;
}

img{
	border:0px;
}

