Hey B,
Please use this CSS but kindly update the color value of the box shadow:
.x-navbar .desktop .x-nav > li > a:hover,
.x-navbar .desktop .x-nav > .x-active > a,
.x-navbar .desktop .x-nav > .current-menu-item > a {
box-shadow: 0 2px 0 0 #44a9f6;
}
Hope this helps.