﻿$(document).ready(function()
{
	if ($.browser.msie)
	{
		$("ul#mainmenu").attr("style", "zoom:1 !important");
	}
});
