I need assistance with my code. My goal is to have a blue border that appears 10 px below the text when hovered over. Additionally, I have a submenu that opens on hover, but it automatically closes when trying to navigate down to the submenu since there is no longer a hover on the li element. I tried adding height: 50px to fix this issue, but it caused the blue border to go under the submenu and made the arrows in the right center position look unattractive when hovered over. Can someone please provide guidance on how to allow mouse movement on the submenu while keeping the blue border in place?