so you can do with :
Overriding the z-index property like
.IE8Fix
{
z-index:100;
}
Cut and paste this code
For Crome of Safari
ASPMenu not working fine so u have to put this code on pageonload
if (Request.UserAgent.IndexOf("AppleWebKit") > 0)
{
Request.Browser.Adapters.Clear();
}
So this is solution of aspmenu























