﻿/* ---- START Menu Styles ---- */
div.menuhead, table.menuhead, table.menuhead a,
div.menuheadalt, table.menuheadalt, table.menuheadalt a
{
    width: 149px;
    display: block;
}

table.menuhead tr, table.menuhead td,
table.menuheadalt tr, table.menuheadalt td
{
    width: 149px;
    line-height: 18px;
    display: block;
}

div.menuheadalt a.menuhead
{
    width: 100%;
    color: #000000;
    background: #dddddd;
    text-decoration: none;
    font-size: 11px;
    vertical-align: middle;
    line-height: 18px;
    font-family: Arial, Tahoma, verdana, sans-serif;
    font-weight: bold;
}

table.menubody a
{
    width: 130px;
    display: block;
    background: #f6f6f6;
}

div.menubodytitle a
{
    width:130px;
    color: #000000;
    background: #f6f6f6;
    border: solid 1px #f6f6f6;
    padding: 0px 8px 0px 0px;
    text-decoration:none;
    font-size:11px;
    font-family: Arial, Tahoma, verdana, sans-serif;
}

div.menubodytitlealt a
{
    width:130px;
    color: #000000;
    /* background: #f0fff0;
    border: solid 1px #99cc99; */
    background: #f0f8ff;
    border: solid 1px #aaccee;
    padding: 0px 8px 0px 0px;
    text-decoration:none;
    font-size:11px;
    font-family: Arial, Tahoma, verdana, sans-serif;
}

div.menubodytitle a:hover, div.menubodytitle a:active
{
    color: #000000;
    background: #f0f8ff;
    border: solid 1px #aaccee;
}

div.menubody, div.menubodyalt
{
    position: relative;
    left: 2px;
    width: 130px;
    background: #f6f6f6;
}
/* ---- END Menu Styles ---- */

