In the demo web project included in VS2010, there is a system.web.ui.webcontrols.menu control available.
This specific menu has an IncludeStyleBlock property.
Setting the IncludeStyleBlock property to False allows the menu to display correctly. However, if I set it to True, the menu becomes distorted. This leads me to my main query...
Is there a way to maintain the appearance of the menu when the IncludeStyleBlock property is set to false?
P.S. It's necessary for me to keep it as False due to lack of support for the .NET framework fourth generation from my provider.