.Button
{
    color: White;
    width: 93px;
    height: 38px;
    border: none;
    font-family:Arial;
    font-weight:bold;
    background-color: white;
    background-image: url(../../../Graphics/Images/MainMenu/MainTab(2).PNG);
    background-repeat: repeat-x;
    background-position: top left;
    cursor:hand;
}

.GrayButton
{
    color: White;
    width: 93px;
    height: 38px;
    border: none;
    font-family:Arial;
    font-weight:bold;
    background-color: white;
    background-image: url(../../../Graphics/Images/MainMenu/Gray_Tab(2).PNG);
    background-repeat: repeat-x;
    background-position: top left;
    cursor:hand;
}