jQuery(document).ready(function() {

// Remove borders from nested widget <ul>'s

jQuery('.widget > ul li ul li').css('border-bottom', 'none');

});