ul.SideMenu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.SideMenu li.top a {
    background: #003087!important;
    color: #fff!important;
}

.SideMenu li.parent a {
    background: #005eb8!important;
    color: #fff!important;
}

.SideMenu li.children a {
    background: #E8edee!important;
    color: black;
}
.SideMenu li.external a {
    background: #ffffff!important;
    color: black;
}

.SideMenu li.grandChildren a {
    background: #ffffff!important;
    color: black;
}

.SideMenu a {
display: block;
padding: 5px 10px;
font-size: 16px;
}

.SideMenu span {
    display: block;
    padding: 5px 10px;
    font-size: 16px;
}

.SideMenu li.second a {
    background: #005eb8!important;
    color: #fff!important;
}

.SideMenu li.second {
    background: #005eb8!important;
    color: #fff!important;
}

.second {
    background: #005eb8 !important;
    color: #fff !important;
}
