 a:link.men {

        background-color :;
        font : menu;
        color : red;
        text-transform : uppercase;
        margin-right : 2px;
        padding-top : 2px;
        padding-bottom : 2px;
        padding-left : 3px;
        padding-right : 4px;
        width:120px;
        height:20px;
        border-top : 1px solid silver;
        border-left : 1px solid silver;
        border-right : 1px solid black;
        border-bottom : 1px solid : black;
                }

a:visited.men {
        background-color :#FFFFFF;
        font : menu;
        color :#000000;
        text-transform : uppercase;
        margin-right : 2px;
        padding-top : 2px;
        padding-bottom : 2px;
        padding-left : 3px;
        padding-right : 4px;
        width:120px;
        height:20px;
        border-top : 1px solid silver;
        border-left : 1px solid silver;
        border-right : 1px solid black;
        border-bottom : 1px solid : black;
                }


a:hover.men {
        background-color :#FFFF00;
        font : menu;
        color : #0000FF;
        padding-top : 2px;
        padding-bottom : 2px;
        padding-left : 3px;
        padding-right : 4px;
        width:120px;
        height:20px;
        border-top : 1px solid silver;
        border-left : 1px solid silver;
        border-right : 1px solid black;
        border-bottom : 1px solid : black;
                }
