/*This file defines the style for the side menu*/

a.menu:link
{
    text-align: center;
    width:100%;
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 16px;
    color: white;
    text-decoration:none;
}

a.menu:visited
{
    text-align: center;
    width:100%;
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 16px;
    color: white;
    text-decoration:none;
}

a.menu:hover
{
    text-align: center;
    width:100%;
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 16px;
    color: yellow;
    text-decoration:underline;
}

a.menu:active
{
    text-align: center;
    width:100%;
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 16px;
    color: yellow;
    text-decoration: underline;
}
