/* CSS Document */
/*--- Hides the menus from being printed.  Would be nice to have them print, but on long pages, they print twice. --*/
div#productsMenu
{
    visibility:hidden;
    display:none;
}

div#customerSupportMenu
{
    visibility:hidden;
    display:none;
}


