Problem:
dropdown menu /styling within the menu is not applied completely

 

Solution:
        if (Request.UserAgent.IndexOf("AppleWebKit") > 0)
        {

            Request.Browser.Adapters.Clear();

        }