﻿.SideMenuTable
{
    cursor: pointer;
    width:200px;
}
.SideMenuTable td
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #134065;
    height:30px;
}
.SideMenuTable a
{
    color: #002b54;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    display: block;
    list-style-type: circle;
    background-image: url('../App_Themes/Theme1/Images/menu-trans.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 15px;
}
.SideMenuTable a:hover
{
    color: #07b0ef;
    text-decoration: none;
    cursor: pointer;
    background-image: url('../App_Themes/Theme1/Images/menuhover-trans.png');
    background-repeat: no-repeat;
    background-position: left middle;    
}
}