﻿.SideMenuTable
{
    cursor: pointer;

}
.SideMenuTable a
{
    color: #000000;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
}
.SideMenuTable a:hover
{
    color: #009ac8;
    text-decoration: none;
    cursor: pointer;
}
}