/* CSS Document */

.nav_house a{
	background-image:url(../images/navigation/house.png);
	background-repeat:no-repeat;
	width:57px;
	height:46px;
	display:block;
	text-decoration:none;
}
.nav_house a:hover{
	background-image:url(../images/navigation/house_active.png);
	background-repeat:no-repeat;
	width:57px;
	height:46px;
	display:block;
	text-decoration:none;
}

.nav_home{
	width:88px;
	height:46px;
	background-image:url(../images/navigation/home.png);
}
.nav_home_active{
	width:88px;
	height:46px;
	background-image:url(../images/navigation/home_active.png);
}

.nav_aboutus{
	width:110px;
	height:46px;
	background-image:url(../images/navigation/aboutus.png);
}
.nav_aboutus_active{
	width:110px;
	height:46px;
	background-image:url(../images/navigation/aboutus_active.png);
}

.nav_shop{
	width:94px;
	height:46px;
	background-image:url(../images/navigation/shop.png);
}
.nav_shop_active{
	width:94px;
	height:46px;
	background-image:url(../images/navigation/shop_active.png);
}

.nav_testimonials{
	width:135px;
	height:46px;
	background-image:url(../images/navigation/testimonials.png);
}
.nav_testimonials_active{
	width:135px;
	height:46px;
	background-image:url(../images/navigation/testimonials_active.png);
}

.nav_news{
	width:95px;
	height:46px;
	background-image:url(../images/navigation/news.png);
}
.nav_news_active{
	width:95px;
	height:46px;
	background-image:url(../images/navigation/news_active.png);
}

.nav_contactus{
	width:123px;
	height:46px;
	background-image:url(../images/navigation/contactus.png);
}
.nav_contactus_active{
	width:123px;
	height:46px;
	background-image:url(../images/navigation/contactus_active.png);
}
