.navigation2 {
    background: #F8F8F8;
    color: #2D2D2D;
    -webkit-box-shadow: inset 0 0 5px 5px #EBEBEB;
    -moz-box-shadow: inset 0 0 5px 5px #EBEBEB;
    box-shadow: inset 0 0 5px 5px #EBEBEB;
    display: none;
    position: fixed;
    right: 0;
    width: 220px;
    height: 100%;
    overflow-y: auto;
    overflow-x: none;
    top: 0;
}

.navigation2 a {
    text-decoration: none;
}

.navigation2 li {
    list-style: none;
    float: left;
    position: relative;
    clear: both;
    width: 100%;
}

.navigation2 li a {
    color: #383838;
    display: block;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 8px;
    text-transform: none;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0;
    line-height: normal;
    border-top: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
    font-family: OpenSans-Regular;
}

.navigation2 ul {
    padding: 0;
    overflow: hidden;
}

.navigation2 ul li {
    float: none;
}

.navigation2 ul li.level-2 a {
    color: #6B6B6B;
    border: none;
    font-size: 13px;
    text-transform: none;
    padding: 8px 12px 8px 20px;
    line-height: normal;
    border-top: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
}

.navigation2 a:hover, .navigation2 a.active, .navigation2 a.starter_active {
    -webkit-box-shadow: inset 0 0 15px 3px #EBEBEB;
    -moz-box-shadow: inset 0 0 15px 3px #EBEBEB;
    box-shadow: inset 0 0 15px 3px #EBEBEB;
}