﻿#homeLink{
	background-image:url("../images/home.png");
	width:110px; height:25px; float:left;
}
#homeLink:hover{
	background-image:url("../images/homeHover.png");
}

#servicesLink{
	background-image:url("../images/services.png");
	width:110px; height:25px; float:left;
}
#servicesLink:hover{
	background-image:url("../images/servicesHover.png");
}

#productsLink{
	background-image:url("../images/products.png");
	width:110px; height:25px; float:left;
}
#productsLink:hover{
	background-image:url("../images/productsHover.png");
}

#testimonialsLink{
	background-image:url("../images/testimonials.png");
	width:110px; height:25px; float:left;
}
#testimonialsLink:hover{
	background-image:url("../images/testimonialsHover.png");
}

#contactLink{
	background-image:url("../images/contact.png");
	width:110px; height:25px; float:left;margin-left:20px;
}
#contactLink:hover{
	background-image:url("../images/contactHover.png");
}