﻿#helpCentreSide ul
{
    border: solid 1px #000;
    padding: 0;
}

#helpCentreSide li
{
    list-style-type: none;
    text-indent: 16px;
    border-top: 1px solid #efefef;
    border-left: 6px solid #efefef;
}

#helpCentreSide li:hover
{
    background-color: #67a0da;
    border-left: solid 6px #5a8dc0 !important;
    border-bottom: solid 1px #67a0da !important;
    color: white !important;
}

#helpCentreSide li:hover a
{
    color: White !important;
}

#helpCentreSide .first
{
    border-top: #000;
}

#helpCentreSide a
{
    color: #666;
    display: block;
    width: 100%;
}

#helpCentreSide a:hover
{
    color: white;
}
