The site I\'m working on is using a Databound asp:Menu control. When sending 1 menu item it renders HTML that is absolutely correct in Firefox (and IE), but really messed u
Adding ClientTarget="uplevel" to the page directive like so makes Safari work:
ClientTarget="uplevel"
<%@ Page ClientTarget="uplevel" ... %>