/* CSS Rollovers */

#home{
	height: 32px;
	width: 85px;
	text-indent: 10000px;
	overflow: hidden;
	background:url(../image/home.jpg);
	display: block;
	float:left;
}

#home:hover{
	background-position: bottom left;
	float:left;
}
#removalistsSydney{
	height: 32px;
	width: 136px;
	text-indent: 10000px;
	overflow: hidden;
	background:url(../image/removalistsSydney.jpg);
	display: block;
	float:left;
}

#removalistsSydney:hover{
	background-position: bottom left;
	float:left;
}
#removalistsmelbourne{
	height: 32px;
	width: 159px;
	text-indent: 10000px;
	overflow: hidden;
	background:url(../image/removalistsmelbourne.jpg);
	display: block;
	float:left;
}

#removalistsmelbourne:hover{
	background-position: bottom left;
	float:left;
}
#about{
	height: 32px;
	width: 81px;
	text-indent: 10000px;
	overflow: hidden;
	background:url(../image/about.jpg);
	display: block;
	float:left;
}

#about:hover{
	background-position: bottom left;
	float:left;
}
#testimonials{
	height: 32px;
	width: 94px;
	text-indent: 10000px;
	overflow: hidden;
	background:url(../image/testimonials.jpg);
	display: block;
	float:left;
}

#testimonials:hover{
	background-position: bottom left;
	float:left;
}
#contact{
	height: 32px;
	width: 112px;
	text-indent: 10000px;
	overflow: hidden;
	background:url(../image/contact.jpg);
	display: block;
	float:left;
}

#contact:hover{
	background-position: bottom left;
	float:left;
}