﻿body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

a
{
    text-decoration: none;
    font-weight: bold;
    color: #2d4164;
    font-size: 10pt;
}

td
{
    vertical-align: top;
}

.nav
{
    margin: 1px;
    padding: 6px 15px 6px 15px;
    border: 1px solid #2d4164;
    display: block;
}

.nav:hover
{
    background-color: #edf1fa;
}

.promomenuitem
{
    font-size: 11px;
    color: black;
    background-color: #eeeeee;
    line-height: 10px;
    padding: 8px 3px 8px 3px;
    text-align: center;
    font-weight: bold;
    width: 160px;
        display: block;
}
a.promomenuitem:hover
{
    background: #dddddd;
}