#navmenupic2 {
	background-image: url(/images/nav_10.gif);
	background-repeat: no-repeat;
	height: 33px;
	width: 214px;
	background-position: left;
	float: left;
}
#navmenupic1 {
	background-image: url(/images/nav_04.gif);
	background-repeat: no-repeat;
	height: 33px;
	width: 230px;
	float: left;
}
#aboutus{
	height: 33px;
	width: 102px;
	text-indent: 10000px;
	overflow: hidden;
	display: block;
	background-image: url(/images/aboutus_05.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}

#aboutus:hover{
	background-position: bottom left;
	
}
#products{
	height: 33px;
	width: 106px;
	text-indent: 10000px;
	overflow: hidden;
	display: block;
	background-image: url(/images/products_06.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}

#products:hover{
	background-position: bottom left;
}
#specials{
	height: 33px;
	width: 105px;
	text-indent: 10000px;
	overflow: hidden;
	display: block;
	background-image: url(/images/diy_07.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}

#specials:hover{
	background-position: bottom left;
}
#links{
	height: 33px;
	width: 81px;
	text-indent: 10000px;
	overflow: hidden;
	display: block;
	background-image: url(/images/links_08.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}

#links:hover{
	background-position: bottom left;
}
#contact{
	height: 33px;
	width: 117px;
	text-indent: 10000px;
	overflow: hidden;
	display: block;
	background-image: url(/images/contactus_09.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}

#contact:hover{
	background-position: bottom left;
}
