﻿.SideMenuBar
{
    height: 20px;
    border-bottom-style: inset;
    border-bottom-width: 1px;
    border-bottom-color: #71a4ce;
    padding-top: 12px;
    padding-bottom: 7px;
}
.SideMenuBar a
{
    color: #000000;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}
.SideMenuBar a:hover
{
    color: #71a4ce;
    text-decoration: none;
}

