$(document).ready(function(){
    if ($.browser.msie) {
        $('#header #menu-main li div.dropdown ul.featured li:last-child').css({'border-bottom': '1px solid #e5e5e5'});
        $('ul#productsNav > li:last-child ul, ul#productsNav > li ul li:last-child, ul#productsNav > li:last-child h3').css({'border-bottom': 0})
    }
    if ($.browser.msie && $.browser.version.substr(0,1)<7) {
    }
});
