@charset "ISO-8859-1";

ul#mainNav
{
  list-style:none;
  margin:0;
  padding:0;
}

ul#mainNav li
{
  height:32px;
  overflow:hidden;
  float:left;
}

ul#mainNav a img
{
  border:none;
}

ul#mainNav a:hover
{
  border:none;	/* trick IE6 to trigger event for rollover */
}

ul#mainNav li a:hover img
{
  margin-top:-32px;
}

#homePage #home img,
#aboutUsPage #aboutUs img,
#commonProblemsPage #commonProblems img,
#meetDoctorPage #meetDoctor img,
#proceduresPage #procedures img,
#patientInstructionsPage #patientInstructions img,
#formsPage #forms img,
#faqsPage #faqs img
{
  margin-top:-32px;
}

