﻿.menu_table
{
    width: 100%;
    height: 18px;
    background-image: url('../Images/menu_bar/menu_background_passive.gif');
    background-repeat: repeat-x;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    padding: 0px;
    margin: 0px;
    line-height: inherit;
    vertical-align: inherit;
    white-space: normal;
    word-spacing: inherit;
    letter-spacing: normal;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #FFFFFF;
    border-spacing: inherit;
    text-decoration: none;
}

.menu_table_cell
{
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #FFFFFF;
    height: auto;
    padding: 0px;
    margin: 0px;
    line-height: inherit;
    vertical-align: inherit;
    white-space: normal;
    word-spacing: inherit;
    letter-spacing: normal;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #FFFFFF;
    border-spacing: inherit;
    text-decoration: none;
}
.menu_table_cell:hover
{
    background-image: url('../Images/menu_bar/onmouse_over.gif');
    background-repeat: repeat-x;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #FFFFFF;
    height: auto;
    padding: 0px;
    margin: 0px;
    line-height: inherit;
    vertical-align: inherit;
    white-space: normal;
    word-spacing: inherit;
    letter-spacing: normal;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #FFFFFF;
    border-spacing: inherit;
    color: #CCFFCC;
    cursor: pointer;
    text-decoration: none;
}

.home_cell
{
    width: 170px;
    height: auto;
    border-right-style: solid;
    border-right-width: thin;
    border-right-color: #FFFFFF;
    line-height: inherit;
    border-spacing: 0px;
    text-decoration: none;
}
.home_cell:hover
{
    background-image: url('../Images/menu_bar/onmouse_over.gif');
    background-repeat: repeat-x;
    width: 170px;
    height: auto;
    border-right-style: solid;
    border-right-width: thin;
    border-right-color: #FFFFFF;
    line-height: inherit;
    border-spacing: 0px;
    color: #CCFFCC;
    cursor: pointer;
    text-decoration: none;
}
.link
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
}
.link:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #CCFFCC;
    text-decoration: none;
}
.menu_table_last_cell
{
    height: auto;
    padding: 0px;
    margin: 0px;
    line-height: inherit;
    vertical-align: inherit;
    white-space: normal;
    word-spacing: inherit;
    letter-spacing: normal;
    border-spacing: inherit;
    text-decoration: none;
}
.menu_table_last_cell:hover
{
    background-image: url('../Images/menu_bar/onmouse_over.gif');
    background-repeat: repeat-x;
    height: auto;
    padding: 0px;
    margin: 0px;
    line-height: inherit;
    vertical-align: inherit;
    white-space: normal;
    word-spacing: inherit;
    letter-spacing: normal;
    border-spacing: inherit;
    color: #CCFFCC;
    cursor: pointer;
    text-decoration: none;
}
