
.MenuButtonON
{
    color: white;
    background-image: url(../Images/buttonON.jpg);
    text-decoration: none;
    cursor: hand;
}
}
.MenuButtonOFF
{
    color: blue;
    background-image: url('../Images/buttonOFF.jpg');      
    text-decoration: none;   
}
.MenuButton
{   
    text-decoration: none;   
}


