#navContainer {
	width:736px;
	height:20px;
}
#buttonFacial {
	background-image: url("../images/buttons/facial_over.jpg");
	float:left;
}
#buttonBody {
	background-image: url("../images/buttons/body_over.jpg");
	float:left;
}
#buttonBreast {
	background-image: url("../images/buttons/breast_over.jpg");
	float:left;
}
#buttonAbout {
	background-image: url("../images/buttons/about_over.jpg");
	float:left;
}
#buttonContact {
	background-image: url("../images/buttons/contact_over.jpg");
	float:left;
}
#buttonHome {
	background-image: url("../images/buttons/home_over.jpg");
	float:left;
}
#imgButtonBody {
	background-image: url("../images/buttons/img_body_over.jpg");
	float:left;
}
#imgButtonFacial {
	background-image: url("../images/buttons/img_facial_over.jpg");
	float:left;
}
#imgButtonBreast {
	background-image: url("../images/buttons/img_breast_over.jpg");
	float:left;
}
#phoneNumber {float:left;}

#buttonFacial a {
	display: block;
	width: 118px;
	height: 20px;
}
#buttonBody a {
	display: block;
	width: 95px;
	height: 20px;
}
#buttonBreast a {
	display: block;
	width: 112px;
	height: 20px;
}
#buttonAbout a {
	display: block;
	width: 66px;
	height: 20px;
}
#buttonContact a {
	display: block;
	width: 74px;
	height: 20px;
}
#buttonHome a {
	display: block;
	width: 53px;
	height: 20px;
}
#imgButtonFacial a {
	display: block;
	width: 270px;
	height: 68px;
}
#imgButtonBody a {
	display: block;
	width: 270px;
	height: 66px;
}
#imgButtonBreast a {
	display: block;
	width: 270px;
	height: 70px;
}

* html a:hover {
	visibility:visible;
}

#buttonFacial a:hover img{visibility:hidden}
#buttonBody a:hover img{visibility:hidden}
#buttonBreast a:hover img{visibility:hidden}
#buttonAbout a:hover img{visibility:hidden}
#buttonContact a:hover img{visibility:hidden}
#buttonHome a:hover img{visibility:hidden}
#imgButtonFacial a:hover img{visibility:hidden}
#imgButtonBody a:hover img{visibility:hidden}
#imgButtonBreast a:hover img{visibility:hidden}