#Menu
{
    border: 3 solid yellow;
    margin: 16px 0 32px;
    text-align: center;
}
#Menu div
{
    border: 3 solid #ffffff;
    display: inline-block;
    position: relative;
    background-color: rgba(0,0,0,.75) ;
    border-radius: 15px;
    padding: 12px 20px;
    vertical-align: top;
}
#Menu .Bttn
{
    color: #19FFFF;
    cursor: pointer;
    font-size: 1.1em;
    font-weight: bold;
    margin: 0 8px;
    text-decoration: none;
}
#Menu .Bttn:hover
{
    color: #FF66FF;
}
#Menu .Actv
{
    color: #66FF33;
    cursor: pointer;
    font-size: 1.1em;
    font-weight: bold;
    margin: 0 8px;
    text-decoration: none;
}
