/*
menu.css

Controls the rendering of the menu.asp document.
*/

/* Primary Languages (English and French) */
td.clsPrimaryLanguages {
        width: 75px;
        background-color: #ff0000;
        text-align: center;
}

a.clsPrimaryLanguages:link, a.clsPrimaryLanguages:visited, a.clsPrimaryLanguages:active, a.clsPrimaryLanguages:hover {
        font-size: 10pt;
        font-weight: bold;
        color: #ffffff;
        text-decoration: none;
}

/* Other languages */
td.clsOtherLanguages {
        width: 75px;
        padding-top: 0px;
        padding-bottom: 0px;
        text-align: center;
}

a.clsOtherLanguages:link, a.clsOtherLanguages:visited {
        font-size: 10pt;
        font-weight: bold;
        color: #bcbcbc;
        text-decoration: none;
}

a.clsOtherLanguages:active, a.clsOtherLanguages:hover {
        font-size: 10pt;
        font-weight: bold;
        color: #000000;
        text-decoration: none;
}

hr.clsOtherLanguages { color: #bcbcbc; }

