@charset "utf-8";
/* CSS Document */

.home:link, .home:visited, .home:active {
	text-indent:-999em;
	background-image:url(http://panachemommy.com/images/pmweb/nav_01.png);
	width:131px;
	height:130px;
	float:left;
	}
	
.home:hover{
	background-image:url(http://panachemommy.com/images/pmweb/nav-hover_01.png);
	}
	
.about:link, .about:visited, .about:active {
	text-indent: -999em;
	background-image:url(http://panachemommy.com/images/pmweb/nav_02.png);
	width:131px;
	height:130px;
	float:left;
	}
	
.about:hover{
	background-image:url(http://panachemommy.com/images/pmweb/nav-hover_02.png);
	}

.contact:link, .contact:visited, .contact:active {
	text-indent: -999em;
	background-image:url(http://panachemommy.com/images/pmweb/nav_03.png);
	width:131px;
	height:130px;
	float:left;
	}
	
.contact:hover{
	background-image:url(http://panachemommy.com/images/pmweb/nav-hover_03.png);
	}
	
.shop:link, .shop:visited, .shop:active {
	text-indent: -999em;
	background-image:url(http://panachemommy.com/images/pmweb/nav_04.png);
	width:131px;
	height:130px;
	float:left;
	}
	
.shop:hover{
	background-image:url(http://panachemommy.com/images/pmweb/nav-hover_04.png);
	}
	