/* $Id: ie5.css,v 1.1 2008/12/01 05:35:59 johnalbin Exp $ */

/*
 * CSS targeted specifically for Internet Explorer 5 for Windows.
 *
 * Any CSS in this file will override the rules specified in the ie.css and
 * ie6.css files.
 */

/* Tabs */

  ul.primary li a,
  ul.primary li a .tab,
  ul.secondary li a,
  ul.secondary li a .tab
  {
    display: inline; /* Otherwise the blocks mistakenly get 100% width in IE5 */
  }

  ul.primary,
  ul.secondary
  {
    width: 100%; /* Otherwise IE5 treats the ul as floated */
  }
