/**
 * @author Bangthemes.com
 */

$(document).ready(function() {

	$('#sidebar ul ul').each(function() {
		$('li:last', this).css( {
			'border' : 'none !important'
		});
	});

	$('#sidebar ul li.widget_text').show();

});

