I am attempting to add a dropdown menu to existing horizontal navigation section of my header. I have it added and it works exactly like I expect it to. Where I am running into a problem is somewhere in the style options (I think). I have tried many of
the options and various forums to no avail. The embedded image is what it looks like with this code. What I am trying to get rid of are the rectangles above and below the block that says 'Lookups'. The end result I am looking for is to have just the 'Lookups'
block (with the arrow) inline with the rest of the menu. Any help would be greatly appreciated.
<!-- Begin Navigation -->
<div id="navigation">
<ul>
<li>
<asp:Menu runat="server" id="Menu1" StaticSubMenuIndent= ...
Go to the complete details ...