.MenuFull
{
    float: left;
    border: solid 1px navy;
    margin: 40px;
    height: 75px;
}
.MenuFull *
{
    direction: ltr;
    font-family: Tahoma;
    font-size: 8pt;
}
.MenuFull a
{
    text-decoration: none;
    color: navy;
}
.MenuFull a:hover
{
    color: black;
}
.MenuFull td
{
    background-color: white;
    padding-left: 5px;
    padding-right: 5px;
    width: 100px;
}
.MenuFull td:hover
{
    background-color: #f0f8ff;
}
.aMenuFull
{
    float: left;
    border: solid 1px navy;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 275px;
}
.aMenuFull *
{
    direction: ltr;
    font-family: Tahoma;
    font-size: 8pt;
}
.aMenuFull a
{
    text-decoration: none;
    color: navy;
}
.aMenuFull a:hover
{
    color: black;
}
.aMenuFull td
{
    background-color: white;
    padding-left: 5px;
    padding-right: 5px;
    width: 125px;
}
.aMenuFull td:hover
{
    background-color: #f0f8ff;
}
.divright
{
    clear: left;
    float: right;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 450px;
    font-size: x-small;
    text-align: center;
    background-color: #f8f8ff;
}
.divleft
{
    clear: right;
    float: left;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 450px;
    font-size: x-small;
    text-align: center;
    background-color: #f8f8ff;
}
.divleftTexALeft
{
    clear: left;
    float: right;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 100%;
    font-size: x-small;
    text-align: right;
    background-color: #f8f8ff;
}
.allBlue
{
    color: Blue;
}
.allBlue *
{
    color: Blue;
}
