/*1*/
#b_home {
	display: block;
	width: 120px;
	height: 30px;
	background: url("../assets/navbar/home-2.jpg") no-repeat 0 0;
}
#b_home:hover {
	background-position: 0 -30px;
}
#b_home span {
	position: absolute;
	top: -999em;
}

/*2*/
#b_products {
	display: block;
	width: 120px;
	height: 30px;
	background: url("../assets/navbar/products-2.jpg") no-repeat 0 0;
}
#b_products:hover {
	background-position: 0 -30px;
}
#b_products span {
	position: absolute;
	top: -999em;
}

/*3*/
#b_services {
	display: block;
	width: 120px;
	height: 30px;
	background: url("../assets/navbar/services-2.jpg") no-repeat 0 0;
}
#b_services:hover {
	background-position: 0 -30px;
}
#b_services span {
	position: absolute;
	top: -999em;
}

/*4*/
#b_news {
	display: block;
	width: 120px;
	height: 30px;
	background: url("../assets/navbar/news-2.jpg") no-repeat 0 0;
}
#b_news:hover {
	background-position: 0 -30px;
}
#b_news span {
	position: absolute;
	top: -999em;
}

/*5*/
#b_aboutus {
	display: block;
	width: 120px;
	height: 30px;
	background: url("../assets/navbar/aboutus-2.jpg") no-repeat 0 0;
}
#b_aboutus:hover {
	background-position: 0 -30px;
}
#b_aboutus span {
	position: absolute;
	top: -999em;
}

/*6*/
#b_contact {
	display: block;
	width: 120px;
	height: 30px;
	background: url("../assets/navbar/contact-2.jpg") no-repeat 0 0;
}
#b_contact:hover {
	background-position: 0 -30px;
}
#b_contact span {
	position: absolute;
	top: -999em;
}
