a.button{
	background:url(images/button.gif);
	display:block;
	color:#555555;
	font-weight:bold;
	height:30px;
	line-height:29px;
	margin-bottom:14px;
	text-decoration:none;
	width:94px;
	float: left;
	margin-right: 5px;
}
a:hover.button{
	color:#0066CC;
}

.home{
	background:url(images/home.png) no-repeat 10px 6px;
	text-indent:40px;
	display:block;
}
.services{
	background:url(images/services.png) no-repeat 10px 6px;
	text-indent:35px;
	display:block;
}
.sites{
	background:url(images/sites.png) no-repeat 10px 6px;
	text-indent:37px;
	display:block;
}
.contact{
	background:url(images/contact.png) no-repeat 10px 6px;
	text-indent:37px;
	display:block;
}