.MainMenuText {
    font-weight: bold;
    font-size: 10pt;
    font-family: Arial;
    color: white !important;
}

a.MainMenuText:hover
{
    color: red !important;
    text-decoration: none;
}

.SubMenuText {
    font-weight: bold;
    font-size: 8pt;
    font-family: Arial;
    color: white !important;
}

a.SubMenuText:hover
{
    color: white !important;
    text-decoration: none;
}

.SubMenuTextIE8Fix {
    font-weight: bold;
    font-size: 8pt;
    font-family: Arial;
    z-index: 1000;
}

.fadein {
    position: relative;
    height: 96px;
    width: 119px;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
}

    .fadein img {
        position: absolute;
        left: 0;
        top: 0;
    }
