﻿$(function () {
    if (jQuery.browser.msie || jQuery.browser.opera) {
        jQuery(".Top5Rounded").corner("round 15px");
		jQuery(".TopButtonRounded").corner("round 5px");
		jQuery(".TopNavRounded").corner("round 5px tl bl");
		jQuery(".TopNavRoundedRight").corner("round 5px tr br");
		jQuery(".SubNavRounded").corner("round 5px");
    }
});
