In vertical mode, there seems to be a space at the end of each menu item when hovering over the item. My code:
<
telerik:RadMenu ID="mnuSubMain" runat="server" Flow="Vertical" Width="100%"></telerik:RadMenu>
The menu resides inside a <table> with a fixed width of 160px. Here's the screen shot:
<img src="http://www.caldwellweb.com/sshot.gif" alt="">
I've tried adjusting the vertical css with an override and testing with different widths and parent containers.
Any help would be great. Thanks.