@charset "UTF-8";
/* CSS Document */

a#homeBtn {
	background-image:url(../images/homeOff.jpg);
	display:block;
	width:170px;
	height:44px;
	border:none;
}
a#homeBtn:hover {
	background-image:url(../images/homeOn.jpg);
	display:block;
	width:170px;
	height:44px;
	border:none;
}
a#servicesBtn {
	background-image:url(../images/servicesOff.jpg);
	display:block;
	width:170px;
	height:44px;
	border:none;
}
a#servicesBtn:hover {
	background-image:url(../images/servicesOn.jpg);
	display:block;
	width:170px;
	height:44px;
	border:none;
}
a#contactBtn {
	background-image:url(../images/contactOff.jpg);
	display:block;
	width:170px;
	height:44px;
	border:none;
}
a#contactBtn:hover {
	background-image:url(../images/contactOn.jpg);
	display:block;
	width:170px;
	height:44px;
	border:none;
}
