A:visited {color: #AAB4BA; background: none; text-decoration: none;}
A:link {color: #AAB4BA; background: none; text-decoration: none;}
A:hover {color: #AAB4BA; background-color: none; text-decoration: underline;}
A:action {color: #AAB4BA; background-color: none; text-decoration: none;}

TD, BODY, TABLE, TR
{font-size: 8pt; font-family: tahoma; color: #7E8D94; }

#menu { position: absolute;
    display:block;
    font-family:Arial, Helvetica, sans-serif;
        font-size: 11px;
        top: 232px;
        left: 34px;
        color: #AAB4BA;
    font-style:normal;
        text-align: center;
    }

#menu li{
    list-style:none;
    float:left;
        margin: 0 3.6px;
    }
    
#menu li a{
    display:block;
        background-color: #525563;
    padding:0px;
    text-decoration:none;
    width:48px;
        padding-top: 1px;
        padding-bottom: 1px;
        color: #AAB4BA;
        letter-spacing: 1px;
        font-family: trebuchet ms,verdana,arial,helvetica;
        font-size: 11px; }

#menu li a:hover { background-color: #525563;
                   text-decoration: none;
                   font-style: italic; } 

