/**
 * @Copyright CSSJockey
 * @Website: http://www.cssjockey.com
 * This message must stay intact, read more about terms of use here: http://www.cssjockey.com/terms-of-use
 * Do not change anything in this document unless you know what you are doing.
 */
jQuery( document ).ready( function ( $ ) {
	// Add first and last menu item classes
	$('#headerlinks ul li:last-child').addClass( 'noborder' );
        $('#nav ul li:last-child').addClass( 'noborder' );
        $('.widget_recent_entries .widget-wrap ul').addClass( 'widgetend' );
});


