<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">	/*
	fix for IE8 ASP.Net Menu control issue
	http://blogs.msdn.com/giorgio/archive/2009/02/01/asp-net-menu-and-ie8-rendering-white-issue.aspx
	*/
    .IE8Menu
    {
        z-index:1;
    }</pre></body></html>