/* Button Rollovers turned on for the appropriate section */

#baboutpwds	a#aboutpwdsactive
{
	background-image:url(/buttons/about_pwds_active.gif);
	background-repeat:no-repeat;
	z-index:9;
}

#bhealth	a#healthactive
{
	background-image:url(/buttons/health_active.gif);
	background-repeat:no-repeat;
	z-index:9;
}

#bourdogs	a#ourdogsactive
{
	background-image:url(/buttons/our_pwds_active.gif);
	background-repeat:no-repeat;
	z-index:9;
}

#bphotos	a#photosactive
{
	background-image:url(/buttons/photos_active.gif);
	background-repeat:no-repeat;
}

#bpuppies	a#puppiesactive
{
	background-image:url(/buttons/puppies_active.gif);
	background-repeat:no-repeat;
}

#bresources	a#resourcesactive
{
	background-image:url(/buttons/resources_active.gif);
	background-repeat:no-repeat;
}

#bwebdesign	a#webdesignactive
{
	background-image:url(/buttons/design_active.gif);
	background-repeat:no-repeat;
}

#bcontact	a#contactactive
{
	background-image:url(/buttons/contact_active.gif);
	background-repeat:no-repeat;
}


