/* Behold!  Here follows the many mysterious incompetencies of IE (7 and below) */

/* IE7 ain't much better either */
div#nav ul.subNav a {
  height: 30px;
}
div#nav ul.subNav ul.subSubNav a {
  height: 20px;
}

/* IE7 can handle floats a little better */
div#homeLeftCol {
  width: 289px;
}
