.nav {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 35px;
	/* the properties below are here to fix an issue with IE */
	font-size: 0px;
	line-height: 0px;
}
.nav a {
	display: block;
}
.nav li {
	float: left;
	list-style: none;
}
#home {
	display: block;
	width: 96px;
	height: 40px;
	background: no-repeat 0 0;
	background-image:url(../images/mainnav_home.gif);
}
#home:hover {
	background-position: 0 -40px;
}
#products {
	display: block;
	width: 125px;
	height: 40px;
	background: no-repeat 0 0;
	background-image:url(../images/mainnav_products.gif);
}
#products:hover {
	background-position: 0 -40px;
}

#gallery {
	display: block;
	width: 104px;
	height: 40px;
	background: no-repeat 0 0;
	background-image:url(../images/mainnav-gallery.gif);
}
#gallery:hover {
	background-position: 0 -40px;}


#aboutus {
	display: block;
	width: 124px;
	height: 40px;
	background: no-repeat 0 0;
	background-image:url(../images/mainnav_aboutus.gif);
}
#aboutus:hover {
	background-position: 0 -40px;
}
#mums {
	display: block;
	width: 205px;
	height: 40px;
	background: no-repeat 0 0;
	background-image:url(../images/mainnav_what_mums_think.gif);
}
#mums:hover {
	background-position: 0 -40px;
}
#faq {
	display: block;
	width: 82px;
	height: 40px;
	background: no-repeat 0 0;
	background-image:url(../images/mainnav_faq.gif);
}
#faq:hover {
	background-position: 0 -40px;
}
#contact {
	display: block;
	width: 110px;
	height: 40px;
	background: no-repeat 0 0;
	background-image:url(../images/mainnav_contact.gif);
}
#contact:hover {
	background-position: 0 -40px;
}

