I'm using the Menu control and inserting basic 2-level submenus and for some reason the 2-level submenu item display distorted on mouse over. Can someone leadme on the right direction?
ie. distorted submenu items.
<eo:MenuItem Text-Html="Policies1a"></eo:MenuItem>
<eo:MenuItem Text-Html="Policies1b"> </eo:MenuItem>
Code: HTML/ASPX
<eo:Menu runat="server" id="MainNavMenu2" SubMenuPositionConfine="None" Height="10px" ControlSkinID="None" Width="150px">
<TopGroup Style-CssText="border-left-width: 1px; font-size: 12px; border-left-color: #e0e0e0; background-image: url(00000300); padding-bottom: 0px; cursor: hand; color: #555555; padding-top: 0px; font-family: verdana"
ItemSpacing="1">
<Items>
<eo:MenuItem Text-Html="POLICIES">
<SubMenu>
<Items>
<eo:MenuItem LookID="submenu_top" ItemID="top_border" Text-Html=""></eo:MenuItem>
<eo:MenuItem Text-Html="Policies1">
<SubMenu>
<Items>
<eo:MenuItem LookID="submenu_top" ItemID="top_border" Text-Html=""></eo:MenuItem>
<eo:MenuItem Text-Html="Policies1a"></eo:MenuItem>
<eo:MenuItem Text-Html="Policies1b"> </eo:MenuItem>
<eo:MenuItem LookID="submenu_bottom" ItemID="bottom_border" Text-Html=""></eo:MenuItem>
</Items>
</SubMenu>
</eo:MenuItem>
<eo:MenuItem LookID="separator" ItemID="separator" Text-Html=""></eo:MenuItem>
<eo:MenuItem Text-Html="Policies3">
<SubMenu>
<Items>
<eo:MenuItem LookID="submenu_top" ItemID="top_border" Text-Html=""></eo:MenuItem>
<eo:MenuItem Text-Html="Policies3a"></eo:MenuItem>
<eo:MenuItem LookID="submenu_bottom" ItemID="bottom_border" Text-Html=""></eo:MenuItem>
</Items>
</SubMenu>
</eo:MenuItem>
<eo:MenuItem LookID="submenu_bottom" ItemID="bottom_border" Text-Html=""></eo:MenuItem>
</Items>
</SubMenu>
</eo:MenuItem>
</Items>
</TopGroup>
<LookItems>
<eo:MenuItem ItemID="_TopLevelItem" RightIcon-Url="00000300" RightIcon-HoverUrl="00000305" LeftIcon-Url="00000300"
LeftIcon-HoverUrl="00000304" Image-Url="00000300" Image-HoverUrl="00000306" Image-Mode="TextBackground">
<SubMenu Style-CssText="padding-bottom: 0px; font-size: 12px; cursor: hand; font-family: Verdana; background-color: #f7f7f7;"
OffsetX="0" ShadowDepth="0" OffsetY="-6"></SubMenu>
</eo:MenuItem>
<eo:MenuItem Height="23" HoverStyle-CssText="background-color:#dddddd;border-left-color:#dfdfdf;border-left-style:solid;border-left-width:1px;border-right-color:#dfdfdf;border-right-style:solid;border-right-width:1px;color:#000000;"
ItemID="_Default" NormalStyle-CssText="border-right: #dfdfdf 1px solid; border-left: #dfdfdf 1px solid; color: #333333"
Text-Padding-Left="7" Text-Padding-Right="20"></eo:MenuItem>
<eo:MenuItem ItemID="separator" RightIcon-Url="00000315" LeftIcon-Url="00000313" Image-Url="00000314"
Image-Mode="TextBackground"></eo:MenuItem>
<eo:MenuItem ItemID="submenu_bottom" RightIcon-Url="00000311" LeftIcon-Url="00000310" Image-Url="00000312"
Image-Mode="ItemBackground"></eo:MenuItem>
<eo:MenuItem ItemID="submenu_top" RightIcon-Url="00000309" LeftIcon-Url="00000308" Image-Url="00000307"
Image-Mode="TextBackground"></eo:MenuItem>
</LookItems>
</eo:Menu><br /><br />