jQuery(function($){
	
	// check for element //
	if( $('ul.sideNav').length > 0 )
	{
		$('ul.sideNav:first li:last').css({'background':'none'});
	}

});
