/*
 * Design Power
 *
 * Fixes for the Mozilla browser.  This CSS file is pulled in by code in the
 * head.inc file that detects when the a Mozilla browser is present.
 * These styles are only used within the Mozilla browser and they override
 * things found in all.css.
 */

/*
 * A fix for the fact that the left and right edges of the menus were
 * 1 pixel off, to the inside.  This shifts both sides outward one pixel.
 */
div#menu ul {
  margin-left: -1px;
  margin-right: -1px;
}
