Help needed! I'm facing a problem with my drop-down menu, where a black block is covering one of the menu lists. A picture has been added to illustrate this issue.
I believe it's a simple problem, any assistance would be highly appreciated.
Here is the JSfiddle link https://jsfiddle.net/8pgn79cp/1/
<body>
<div id="MainContainer"><!--Start of MainContainer-->
<div id="Header"><!--Start of Header-->
<div><img id="Logo"src="images/logo.png"></div>
<!-- more content goes here -->
/*CSS styling and media queries included as well */
<!-- End of main container -->
</body>