/*
 * PURPOSE: To manage z-index values at critical control points
 * across stylesheets. Example: element in header hangs down over
 * element in primarynavigation. Having them set here makes the
 * interdependence clear.
 * 
 * Thanks again, Microsoft. This time for deciding that "auto" is 
 * the same thing as "zero".
 *  
 */

#masthead
{
    z-index: 1005;
}

#memberToolsandSearch #login .dropdown, #memberToolsandSearch #findRetailer .dropdown
{
    z-index: 1005;
}

#memberToolsandSearch #search .dropdown
{
    z-index: 1005;
}

/* IE7 needs to be told to keep this above #headerLinks, so that .dropdown is above #headerLinks > a */
#memberToolsandSearch #search .searchIcon
{
    z-index: 1;
}

#siteNav
{
    z-index: 1000;
}
