.menuDiv {
}

.menuDiv a{
    font-family: phosphatepro-inline;
    font-size: 20px;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
}

.menuDiv a:hover{
    font-family: phosphatepro-solid;
    font-size: 20px;
    font-weight: normal;
    color: #000000;
    text-decoration: underline;
    font-weight: bold;
}
.menuDiv a:active{
    font-family: phosphatepro-solid;
    font-size: 20px;
    font-weight: normal;
    color: #000000;
    text-decoration: underline;
    font-weight: bold;
}
.menuDiv a:focus{
    font-family: phosphatepro-solid;
    font-size: 20px;
    font-weight: normal;
    color: #000000;
    text-decoration: underline;
    font-weight: bold;
}