﻿/*----------------------------------------------------------*/
/*SOLUTIONS, SUPPORT, RESOURCES SIDEBAR NAVIGATION*/
.sidenav ul, .sidenav ul li {
    margin-left: 0;
}

.sidenav ul li {
    list-style-type: none;
    padding-bottom: 5px;
    border-bottom: 1px solid #AEB0B2; /*grey*/
}

.sidenav a {
    color: #00539F; /*light blue*/
    font-weight: bold;
    font-size: 16px;
}

.sidenav a:hover, .indent a {
    text-decoration: none;
    margin-left: 10px;
}

li.indent
{
    background-image: url(../images/Frame/BlueArrow_20.png);
    background-repeat: no-repeat;
    background-position: 0 20%;
    padding-left: 25px;
}