﻿/* navigation */

.Menu
{
    float: left;
    width: 735px;
    height: 26px;
    padding-left: 4px;
    text-align: left;
    margin-top: 10px;
    font-family: Verdana;
    font-size: 12px;
}

table.nav td
{
    padding-right: 24px;
    vertical-align: top;
}

table.sublevel
{
    border-top: solid 1px #2c424a;
    background: #326171 url('_images/menuout.gif') repeat-x;
}

a.nav, a.nav:link, a.nav:active, a.nav:visited, a.nav:hover
{
    height: 100%;
    width: 100%;
    color: white;
}

a.nav:hover
{
    color: white;
}

a.nav_selected, a.nav_selected:link, a.nav_selected:active, a.nav_selected:visited, a.nav_selected:hover
{
    color: white;
}

div.sublevelwrapper
{
    background: url('_images/bg.gif') repeat-x left top;
}

a.sublevel, a.sublevel:link, a.sublevel:active, a.sublevel:visited, a.sublevel:hover
{
    padding: 5px; /* adds 5px around each submenu item */
    display: block;
    height: 100%;
    width: 100%;
    color: white;
}

a.sublevel:hover
{
    text-decoration: none;
    color: black;
    background: url('_images/menuover1.gif') repeat-x;
}

a.sublevel_selected, a.sublevel_selected:link, a.sublevel_selected:active, a.sublevel_selected:visited, a.sublevel_selected:hover
{
    font-weight: bold;
    color: black;
}

/* footer */
.FooterMenu
{
    float: left;
    width: 924px;
    overflow: hidden;
    text-align: left;
    font-family: Arial;
    font-size: 11px;
}

table.footernav td
{
    padding-left: 4px;
    padding-right: 5px;
    vertical-align: top;
}

a.footernav, a.footernav:link, a.footernav:active, a.footernav:visited, a.footernav:hover
{
    height: 100%;
    width: 100%;
    color: white;
}

a.footernav:hover
{
    color: white;
}

a.footernav_selected, a.footernav_selected:link, a.footernav_selected:active, a.footernav_selected:visited, a.footernav_selected:hover
{
    color: white;
}


/* end navigation */
