/*
 * packetizer_menu.css
 *
 * Packetizer Menu Stylesheet
 * Copyright (C) 2009 by Packetizer, Inc.
 * All Rights Reserved
 *
 */

table.menu
{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    border-collapse: collapse;
}

table.menu td
{
    border: 1px solid #dddddd;
    min-width: 4em;
    text-align: center;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    background-color: #f2f2f2;
}

table.menu a:link
{
    text-decoration: none;
    color: #0066cc;
}

table.menu a:visited
{
    text-decoration: none;
    color: #0066cc;
}

table.menu a:hover
{
    text-decoration: underline;
    color: #0066cc;
}
